UNPKG

react-framage

Version:

Display portions of an image, flipbook animate between them and apply nineslice scaling!

46 lines (45 loc) 1 kB
{ "name": "react-framage", "version": "4.0.0", "description": "Display portions of an image, flipbook animate between them and apply nineslice scaling!", "author": "Uspel", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uspel/react-framage.git" }, "bugs": "https://github.com/uspel/react-framage/issues", "type": "module", "main": "dist/index.js", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "rollup -c", "watch": "rollup -c -w" }, "keywords": [ "animation", "component", "framage", "nineslice", "9-slice", "react", "scaling" ], "peerDependencies": { "react": "^19.0.0" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.0", "react": "^19.0.0", "rollup": "^4.37.0", "rollup-plugin-dts": "^6.2.1", "tslib": "^2.8.1", "typescript": "^5.8.2" } }