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

66 lines (65 loc) 1.9 kB
{ "name": "scrawl-canvas", "version": "8.17.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", "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", "dev": "browser-sync -w", "lint": "npx 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.1", "@eslint/js": "^9.38.0", "@rollup/plugin-terser": "^0.4.4", "@types/node": "^24.8.1", "@types/showdown": "^2.0.6", "browser-sync": "^3.0.4", "docco": "^0.9.2", "eslint": "^9.38.0", "globals": "^16.1.0", "knip": "^5.66.1", "rollup": "^4.52.5", "showdown": "^2.1.0", "typescript": "^5.9.3" }, "packageManager": "yarn@4.0.1" }