Spaces:
Sleeping
Sleeping
File size: 825 Bytes
25e5703 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"name": "bitmap-sdf",
"version": "1.0.4",
"description": "Calculate SDF for image/bw-data/array",
"main": "index.js",
"devDependencies": {
"bubleify": "^0.7.0",
"enable-mobile": "^1.0.7"
},
"scripts": {
"test": "budo test",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/bitmap-sdf.git"
},
"keywords": [
"sdf",
"signed-distance",
"image-sdf",
"bitmap",
"bwdist",
"tiny-sdf"
],
"author": "Dima Yv <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/bitmap-sdf/issues"
},
"homepage": "https://github.com/dfcreative/bitmap-sdf#readme"
}
|