UNPKG

ue-too

Version:

pan, zoom, and rotate your html canvas

56 lines 1.43 kB
{ "name": "ue-too", "version": "0.5.1", "description": "pan, zoom, and rotate your html canvas", "main": "./index.cjs", "module": "./index.mjs", "types": "./index.d.ts", "type": "module", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/ue-too/ue-too.git" }, "author": "niuee", "license": "MIT", "bugs": { "url": "https://github.com/ue-too/ue-too/issues" }, "homepage": "https://github.com/ue-too/ue-too#readme", "dependencies": { "point2point": "^0.0.95" }, "keywords": [ "canvas", "infinite-canvas", "pixi.js", "PIXI" ], "devDependencies": { "@niuee/bounce": "^0.0.5", "@niuee/typedoc-plugin-translation": "^0.0.5", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "fabric": "^6.7.0", "jest": "^29.7.0", "konva": "^9.3.20", "pixi.js": "^8.8.0", "rollup": "^4.34.8", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", "tslib": "^2.8.1", "typedoc": "0.27.7", "typedoc-plugin-localization": "^3.0.6", "typedoc-plugin-markdown": "^4.4.2", "typedoc-plugin-mdn-links": "^4.0.13", "typescript": "^5.7.3", "vite": "^6.1.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }