# Credits & Third-Party Licenses

**WebRec** — original work by [coders_devx](https://codecanyon.net/user/coders_devx).  
Copyright (c) 2026 coders_devx. All rights reserved. See `LICENSE.txt`.

## Third-party licenses — all free & open-source

Your Envato purchase covers **WebRec** (the original SDK). Every third-party library bundled in this package is **free and open-source** — no additional commercial license is required to use anything shipped in the download.

| Component | License | Extra cost? |
|---|---|---|
| Core recording (`assets/sdk/webrec.*`) | WebRec Regular License | Included |
| Bootstrap / Bootstrap Icons / fonts (demos & docs) | MIT / OFL | Free |
| lightGallery (frame & screenshot galleries) | GPLv3 (free, open-source) | Free |
| FFmpeg.wasm helpers (`ffmpeg/` + `util/`) | MIT | Free — bundled |
| FFmpeg core (`ffmpeg-core.js` / `.wasm`) | MIT / LGPL | Free — bundled under `assets/libraries/ffmpeg/core/` (`ffmpeg-core.js` shipped **unminified** for source review) |
| WaveSurfer.js (optional peer, not bundled) | BSD-3-Clause | Free |

lightGallery is bundled under its free open-source **GPLv3** license. If you prefer, you can remove it and drop in your own gallery — core recording, download and share do not depend on it.

FFmpeg.wasm powers **Download MP4** in Studio (WebM → MP4 in the browser). See `assets/libraries/ffmpeg/README.md`.

Owned CSS/JS files include this header:

```text
/**
 * WebRec | Html5 Screen Recording Utility For PC
 *
 * @author coders_devx
 * @link https://codecanyon.net/user/coders_devx
 * @copyright Copyright (c) 2026 coders_devx. All rights reserved.
 * @license Regular License - See LICENSE.txt for details
 */
```

## Bundled demo / documentation libraries (self-hosted under `assets/libraries/`)

| Library | License | Files |
|---|---|---|
| [Bootstrap 5.3](https://getbootstrap.com/) | MIT | `assets/libraries/bootstrap/` (+ `LICENSE.txt`) |
| [Bootstrap Icons](https://icons.getbootstrap.com/) | MIT | `assets/libraries/bootstrap-icons/` (+ `LICENSE.txt`) |
| [lightGallery](https://www.lightgalleryjs.com/) | GPLv3 (free, open-source) | `assets/libraries/lightgallery/` (+ `LICENSE.txt`) |
| Manrope + Syne fonts | OFL 1.1 | `assets/libraries/fonts/` (+ `LICENSE.txt`) |
| WebRec brand icons | Original (glyph from Bootstrap Icons `play-circle`) | `assets/icons/` |

Third-party CSS/JS files also carry `@author` / `@license` comment blocks and point here.

## Optional peer plugins

| Library | License | Usage |
|---|---|---|
| [WaveSurfer.js](https://wavesurfer.xyz/) | BSD-3-Clause | Optional waveform plugin (not bundled) |
| [FFmpeg.wasm](https://ffmpegwasm.netlify.app/) | MIT | Bundled for Studio **Download MP4** (unminified `ffmpeg-core.js` + `.wasm`); also usable via `FFmpegConvert` |

Buyers who use optional peers must comply with those projects’ licenses.

## Browser APIs

WebRec builds on W3C / WHATWG web platform APIs:

- Screen Capture API (`getDisplayMedia`)
- MediaStream Recording API (`MediaRecorder`)
- Web Audio API
- IndexedDB
