smooth-corners
Version:
CSS superellipse masks with the Houdini API
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "smooth-corners",
"version": "1.0.8",
"description": "CSS superellipse masks with the Houdini API",
"source": "paint.js",
"main": "lib/paint.js",
"module": "lib/paint.js",
"unpkg": "lib/paint.js",
"browser": "lib/paint.js",
"scripts": {
"start": "serve",
"build": "microbundle --no-sourcemap --compress --format=es",
"dev": "microbundle watch --no-sourcemap"
},
"repository": "https://github.com/wopian/smooth-corners",
"funding": "https://github.com/sponsors/wopian",
"keywords": [
"CSS",
"Houdini",
"Superellipse",
"PaintWorklet",
"Squircle",
"Hypoellipse",
"Hyperellipse",
"Asteroid"
],
"author": "James Harris <wopian@wopian.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wopian/smooth-corners/issues"
},
"homepage": "https://github.com/wopian/smooth-corners#readme",
"devDependencies": {
"microbundle": "^0.12.3",
"serve": "^11.2.0"
},
"private": false
}