UNPKG

@akirco/materugen

Version:

Generate Material You color palettes from images or hex codes or random colors

40 lines 819 B
{ "name": "@akirco/materugen", "type": "module", "collaborators": [ "akirco <aki.me.morin@gmail.com>" ], "description": "Generate Material You color palettes from images or hex codes or random colors", "version": "0.1.2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/akirco/materugen.git" }, "files": [ "materugen_bg.wasm", "materugen.js", "materugen_bg.js", "materugen.d.ts" ], "main": "materugen.js", "homepage": "https://www.npmjs.com/package/materugen", "types": "materugen.d.ts", "sideEffects": [ "./materugen.js", "./snippets/*" ], "keywords": [ "material-you", "palette", "color", "generator", "cli", "wasm", "web", "server", "actix", "actix-web", "actix-files" ] }