imaginatool
v1.0.1
Published
A lightweight tool to modify images thanks to the Imaginator API.
Downloads
6
Readme
Imaginatool package
Get started
npm install imaginatoolStart the tool
In your html :
<div id="element-id"></div>In the js file:
import Imaginatool from "imaginatool"
new Imaginatool("element-id")Documentation
Imaginatool
The first parameter is the imaginatool element id.
The second parameter is optionnal and is the url of this start image.
