mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
fix(core): register media analyzer subpath
This commit is contained in:
@@ -86,6 +86,12 @@
|
|||||||
"types": "./dist/colorLuts.d.ts",
|
"types": "./dist/colorLuts.d.ts",
|
||||||
"environments": ["browser", "bun", "node"]
|
"environments": ["browser", "bun", "node"]
|
||||||
},
|
},
|
||||||
|
"./media-grade-analyzer": {
|
||||||
|
"source": "./src/mediaGradeAnalyzer.ts",
|
||||||
|
"runtime": "./dist/mediaGradeAnalyzer.js",
|
||||||
|
"types": "./dist/mediaGradeAnalyzer.d.ts",
|
||||||
|
"environments": ["bun", "node"]
|
||||||
|
},
|
||||||
"./storyboard": {
|
"./storyboard": {
|
||||||
"source": "./src/storyboard/index.ts",
|
"source": "./src/storyboard/index.ts",
|
||||||
"runtime": "./dist/storyboard/index.js",
|
"runtime": "./dist/storyboard/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user