@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 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
- - ~200KB minified (excluding peer dependencies)
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