UNPKG

@mtillmann/circlepacker

Version:

simple circle-packing library

52 lines (51 loc) 1.2 kB
{ "name": "@mtillmann/circlepacker", "version": "0.2.3", "description": "simple circle-packing library", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"see test/index.html\"", "build": "rimraf dist && tsup && rollup -c", "publish": "eslint . --fix && npm run build && npm publish --access public" }, "files": [ "dist" ], "keywords": [ "circle-packing", "bitmap", "image-processing", "visualization", "data-visualization", "graphics", "rendering", "canvas", "color-mapping", "pixel-data", "circles", "art", "typescript", "library", "image-to-circles", "colorful", "creative-coding" ], "author": "Martin Tillmann<mtillmann@gmail.com>", "homepage": "https://github.com/Mtillmann/circlepacker", "bugs": { "url": "https://github.com/Mtillmann/circlepacker/issues" }, "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "eslint": "^9.16.0", "neostandard": "^0.11.9", "rimraf": "^6.0.1", "rollup": "^2.79.2", "terser": "^5.37.0", "tsup": "^8.3.5", "typescript": "^5.7.2" } }