@remotion/preload
Version:
Preloads assets for use in Remotion
36 lines • 838 B
JSON
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/preload"
},
"name": "@remotion/preload",
"version": "4.0.257",
"description": "Preloads assets for use in Remotion",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"author": "Jonny Burger",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"keywords": [
"remotion",
"preload",
"html5",
"video"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.257"
},
"homepage": "https://www.remotion.dev/docs/preload",
"scripts": {
"formatting": "prettier src --check",
"lint": "eslint src",
"make": "tsc -d"
}
}