zixiCat / magic-wand-js

Magic wand tool (fuzzy selection) by color for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

view on npm License: MIT

Magic wand tool (fuzzy selection) by color for Javascript

Creates binary mask and contours (vector data) from raster image data by color differences

Installation

Install it thought NPM:

npm install magic-wand-tool

Or add from CDN:

<script src="https://unpkg.com/magic-wand-tool@latest/dist/magic-wand.min.js"></script>

Example usage:

Live example on the jsFiddle

License

MIT (c) 2014, Ryasnoy Paul

About

Magic wand tool (fuzzy selection) by color for Javascript

License:MIT License


Languages

Language:JavaScript 100.0%