pigmnts 0.2.0

Generate a color palette from an image using WebAssesmbly
Documentation
[dependencies.rand]
features = ["wasm-bindgen"]
version = "0.7.2"

[dependencies.wasm-bindgen]
version = "0.2.50"

[dependencies.web-sys]
features = ["HtmlCanvasElement", "ImageData", "CanvasRenderingContext2d"]
version = "0.3.30"

[lib]
crate-type = ["cdylib"]

[package]
authors = ["Akash Hamirwasia"]
description = "Generate a color palette from an image using WebAssesmbly"
edition = "2018"
license = "MIT"
name = "pigmnts"
readme = "README.md"
repository = "https://github.com/blenderskool/pigmnts.git"
version = "0.2.0"
[profile.release]
lto = true
opt-level = "z"