magic-wand-js

WebJar for magic-wand-js

License

License

MIT
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

magic-wand-js
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

magic-wand-js
WebJar for magic-wand-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Tamersoul/magic-wand-js

Download magic-wand-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/magic-wand-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>magic-wand-js</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/magic-wand-js/
implementation 'org.webjars.npm:magic-wand-js:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/magic-wand-js/
implementation ("org.webjars.npm:magic-wand-js:1.0.0")
'org.webjars.npm:magic-wand-js:jar:1.0.0'
<dependency org="org.webjars.npm" name="magic-wand-js" rev="1.0.0">
  <artifact name="magic-wand-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='magic-wand-js', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "magic-wand-js" % "1.0.0"
[org.webjars.npm/magic-wand-js "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0