gw-canvas
Version:
Library for rendering colorized bitmap fonts. Very fast, suitable for applications where the whole canvas needs frequent redrawing.
51 lines (50 loc) • 1.42 kB
JSON
{
"name": "gw-canvas",
"version": "1.2.0",
"browser": "dist/gw-canvas.min.js",
"main": "dist/gw-canvas.js",
"module": "js/index.js",
"types": "js/index.d.ts",
"devDependencies": {
"@babel/types": "^7.16.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@types/jest": "^27.0.3",
"http-server": "^14.0.0",
"jest": "^27.4.5",
"jest-extended": "^1.2.0",
"rollup": "^2.61.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"scripts": {
"compile": "tsc --build tsconfig.json",
"bundle": "rollup -c",
"copy": "cp dist/gw-canvas.* docs/js",
"build": "npm run compile && npm run bundle && npm run copy",
"serve": "cd docs && http-server",
"test": "jest",
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"files": [
"dist/*",
"js/*"
],
"description": "Library for rendering colorized bitmap fonts. Very fast, suitable for applications where the whole canvas needs frequent redrawing.",
"repository": {
"type": "git",
"url": "git+https://github.com/funnisimo/gw-canvas.git"
},
"keywords": [
"webgl",
"roguelike",
"canvas"
],
"author": "Funnisimo",
"license": "MIT",
"bugs": {
"url": "https://github.com/funnisimo/gw-canvas/issues"
},
"homepage": "https://github.com/funnisimo/gw-canvas#readme"
}