@ai-matrx/capture 0.2.1 → 0.3.0
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/CHANGELOG.md +13 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -1
- package/dist/index.d.ts +49 -1
- package/dist/react.cjs +676 -22
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +224 -1
- package/dist/react.d.ts +224 -1
- package/dist/react.js +689 -25
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-matrx/capture",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "The AI Matrx capture kit: the opinionated iPhone-style camera chrome — translucent viewfinder bars, two-tap options grid, zoom pills, shutter, VIDEO·PHOTO·UPLOAD mode row, iOS-style sheets, instant in-browser crop/rotate editing — cloud-first by law (the cloud port is required), engine-injected (the host owns getUserMedia), and slot-extensible for domain add-ons.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|