0.1.4 • Published 2 years ago

tang-image-editor v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

tang-image-editor

It is a simple image editor of native javascript.

Quickstart

import TangImageEditor from 'tang-image-editor';
import 'tang-image-editor/index.css';

const colorPickerInstance = new TangImageEditor('#colorPicker', { imgSrc: 'https://scaleflex.cloudimg.io/v7/demo/river.png', // picture url color: '#F56C6C', // default color lineWidth: 5, // line width maxWidth: 500, // render area maxWidth maxHeight: 500, // render area maxHeight });

// change ImageSource colorPickerInstance.setImageSrc('https://fuss10.elemecdn.com/9/bb/e27858e973f5d7d3904835f46abbdjpeg.jpeg');

## [DEMO](https://guoweitang.github.io/vue-rack-admin/#/editing)
0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago