@acamposuribe/brush
Version:
Unlock custom brushes, natural fill effects and intuitive hatching in vanilla js
41 lines (40 loc) • 930 B
JSON
{
"name": "@acamposuribe/brush",
"version": "0.0.8-alpha",
"description": "Unlock custom brushes, natural fill effects and intuitive hatching in vanilla js",
"main": "src/index.js",
"module": "dist/brush.esm.js",
"browser": "dist/brush.js",
"scripts": {
"build": "rollup --config -w"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE.md"
],
"type": "module",
"keywords": [
"brush",
"brushes",
"watercolor",
"flowfield",
"hatching"
],
"author": "Alejandro Campos Uribe",
"license": "MIT",
"bugs": {
"url": "https://github.com/acamposuribe/brush/issues"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.9.4",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-glslify": "^1.3.1"
},
"dependencies": {
"esm-seedrandom": "^3.0.5",
"simplex-noise": "^4.0.1"
}
}