@xdadda/mini-gl
Version:
webgl image editing library with filters and effects
38 lines (37 loc) • 762 B
JSON
{
"name": "@xdadda/mini-gl",
"version": "0.1.14",
"description": "webgl image editing library with filters and effects",
"main": "minigl.js",
"type": "module",
"sideEffects": false,
"scripts": {
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdadda/mini-gl.git"
},
"keywords": [
"WebGL",
"filters",
"photo",
"image",
"editor"
],
"author": "xdadda",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdadda/mini-gl/issues"
},
"devDependencies": {
"vite": "^6.2.2"
},
"homepage": "https://github.com/xdadda/mini-gl#readme",
"exports": {
".": {
"import": "./dist/mini-gl.js",
"require": "./dist/mini-gl.umd.cjs"
}
}
}