UNPKG

scrawl-canvas

Version:

Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun

68 lines (67 loc) 1.98 kB
{ "name": "scrawl-canvas", "version": "8.19.0", "description": "Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun", "main": "./min/scrawl.js", "type": "module", "types": "./source/scrawl.d.ts", "scripts": { "build": "yarn build-min && yarn build-docco && yarn build-showdown && yarn build-typedoc", "build-docco": "docco ./demo/**/*.js && docco ./demo/*.js && docco ./source/**/*.js && docco ./source/scrawl.js", "build-min": "rollup -c", "build-showdown": "node ./scripts/build-reference-docs.mjs", "build-typedoc": "typedoc", "dev": "browser-sync -w", "lint": "eslint source/**/*.js demo/*.js demo/modules/*.js demo/snippets/*.js", "knip": "knip", "test": "tsc" }, "keywords": [ "html5", "dom", "canvas", "2d", "graphics", "infographics", "visualization", "chart", "animation", "js", "javascript", "accessible", "accessibility", "responsive", "interactive", "ui", "drawing", "game", "creative coding" ], "repository": { "type": "git", "url": "git+https://github.com/KaliedaRik/Scrawl-canvas.git" }, "author": "Rik Roots <rik.roots@rikworks.co.uk> (https://blog.rikworks.co.uk/)", "license": "MIT", "bugs": { "url": "https://github.com/KaliedaRik/Scrawl-canvas/issues" }, "homepage": "https://github.com/KaliedaRik/Scrawl-canvas#readme", "devDependencies": { "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", "@rollup/plugin-terser": "^1.0.0", "@types/node": "^25.6.0", "@types/showdown": "^2.0.6", "browser-sync": "^3.0.4", "docco": "^0.9.2", "eslint": "^10.3.0", "globals": "^17.6.0", "knip": "^6.12.0", "rollup": "^4.60.3", "showdown": "^2.1.0", "typedoc": "^0.28.19", "typescript": "^6.0.3" }, "packageManager": "yarn@4.0.1" }