UNPKG

@xdadda/mini-gl

Version:

webgl image editing library with filters and effects

38 lines (37 loc) 768 B
{ "name": "@xdadda/mini-gl", "version": "0.1.19", "description": "webgl image editing library with filters and effects", "main": "dist/mini-gl.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" } } }