vprsdf
Version:
Tools for creating signed distance fields from image data
42 lines (41 loc) • 865 B
JSON
{
"name": "vprsdf",
"description": "Tools for creating signed distance fields from image data",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "https://github.com/PTRRR/vprsdf"
},
"homepage": "https://sdf.vpr-group.ch",
"files": [
"lib/**/*"
],
"keywords": [
"sdf",
"glsl",
"shader",
"font rendering",
"signed distance field",
"computer graphics",
"text",
"vector"
],
"author": "Pietro Alberti",
"license": "ISC",
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json",
"publish": "npm publish"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jimp": "^0.22.12",
"ts-jest": "^29.1.4",
"tsc": "^2.0.4",
"typescript": "^5.2.2"
},
"dependencies": {}
}