@ct-player/embed 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -1
- package/dist/index.cjs +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -0
- package/dist/styles.css.map +1 -0
- package/dist/styles.d.cts +2 -0
- package/dist/styles.d.ts +2 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -256,9 +256,24 @@ npm outdated @ct-player/embed
|
|
|
256
256
|
## Bundle Size
|
|
257
257
|
|
|
258
258
|
The package bundles core dependencies for convenience:
|
|
259
|
-
- ~
|
|
259
|
+
- ~900KB minified ESM (excluding peer dependencies)
|
|
260
|
+
- ~920KB minified CJS
|
|
261
|
+
- ~79KB TypeScript definitions
|
|
260
262
|
- Tree-shakeable exports for custom implementations
|
|
261
263
|
|
|
264
|
+
## Documentation
|
|
265
|
+
|
|
266
|
+
Detailed guides available in the `docs/` folder:
|
|
267
|
+
|
|
268
|
+
| Guide | Description |
|
|
269
|
+
|-------|-------------|
|
|
270
|
+
| [Integration Guide](./docs/INTEGRATION.md) | Framework-specific setup (Next.js, Vite, CRA, Remix) |
|
|
271
|
+
| [API Reference](./docs/API_REFERENCE.md) | Complete API documentation with types |
|
|
272
|
+
| [Examples](./docs/EXAMPLES.md) | Code examples for common use cases |
|
|
273
|
+
| [Versioning](./docs/VERSIONING.md) | Release workflow and update process |
|
|
274
|
+
| [Migration Guide](./docs/MIGRATION.md) | Upgrading between major versions |
|
|
275
|
+
| [Troubleshooting](./docs/TROUBLESHOOTING.md) | Common issues and solutions |
|
|
276
|
+
|
|
262
277
|
## License
|
|
263
278
|
|
|
264
279
|
MIT
|