UNPKG

@nmmty/lazycanvas

Version:

A simple way to interact with @napi-rs/canvas in an advanced way!

56 lines (55 loc) 1.66 kB
{ "name": "@nmmty/lazycanvas", "version": "0.5.3", "description": "A simple way to interact with @napi-rs/canvas in an advanced way!", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "tsc ./test/test.ts && node ./test/test.js", "centring": "tsc ./test/centring.ts && node ./test/centring.js", "logo": "tsc ./test/logo.ts && node ./test/logo.js", "text": "tsc ./test/text.ts && node ./test/text.js", "animation": "tsc ./test/animation.ts && node ./test/animation.js", "iotest": "tsc ./test/iotest.ts && node ./test/iotest.js", "doc": "tsx docgen.ts", "font": "tsc ./scripts/font-gen.ts && node ./scripts/font-gen.js", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/NMMTY/LazyCanvas.git" }, "keywords": [ "canvas", "@napi-rs/canvas", "node-canvas", "easy", "simple" ], "author": "NMMTY", "license": "MIT", "bugs": { "url": "https://github.com/NMMTY/LazyCanvas/issues" }, "homepage": "https://github.com/NMMTY/LazyCanvas#readme", "dependencies": { "@napi-rs/canvas": "^0.1.68", "gifenc": "^1.0.3", "js-yaml": "^4.1.0", "path": "^0.12.7", "svgson": "^5.3.1" }, "devDependencies": { "@hitomihiumi/colors.ts": "^1.0.3", "@hitomihiumi/micro-docgen": "^0.3.0", "@types/js-yaml": "^4.0.9", "@types/node": "^22.10.2", "ava": "^6.2.0", "eslint": "^9.23.0", "eslint-config-neon": "^0.2.7", "lodash.merge": "^4.6.2", "tslib": "^2.8.1", "tsx": "^4.19.2", "typescript": "^5.4.5" } }