@mediamonks/fast-image-sequence
Version:
The fast-image-sequence-renderer is a powerful package that allows you to display a sequence of images at a high frame rate on your website. Zero dependencies.
62 lines (61 loc) • 1.59 kB
JSON
{
"name": "@mediamonks/fast-image-sequence",
"version": "1.2.0",
"description": "The fast-image-sequence-renderer is a powerful package that allows you to display a sequence of images at a high frame rate on your website. Zero dependencies.",
"keywords": [
"image sequence",
"flip book",
"animation",
"canvas",
"fast",
"optimized",
"performance",
"sequence",
"image",
"renderer",
"360-degree product views",
"360",
"product"
],
"repository": "git@github.com:mediamonks/fast-image-sequence.git",
"author": "Reinder Nijhoff <reinder@mediamonks.com>",
"license": "MIT",
"type": "module",
"main": "./fast-image-sequence.umd.cjs",
"module": "./fast-image-sequence.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./fast-image-sequence.js",
"require": "./fast-image-sequence.umd.cjs"
}
},
"files": [
"**/*",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "npm run clean && npm run build:ts",
"build:ts": "vite build",
"clean": "shx rm -rf dist node_modules/.cache/.tsbuildinfo",
"typecheck": "tsc --project tsconfig.json --noEmit --noUnusedLocals",
"prepare-publish": "tsx ./scripts/preparePublish.ts"
},
"devDependencies": {
"@types/shelljs": "^0.8.14",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"tsx": "^4.6.2",
"typescript": "^5.0.4",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.0.3"
},
"engines": {
"node": ">=16.0.0"
}
}