1.0.0 • Published 7 years ago

cut-img v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

cut

A Vue.js project 支持缩放、左右拉伸 、拖动

Demo

Demo page

Installation

npm

$ npm install cut-img

Requirements

import cutImg from 'cut-img'
Vue.use(cutImg);


<template>
	<div id="app">
		<cut_img></cut_img>
	</div>
</template>

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

兼容性

ie10+

License

The MIT License

For detailed explanation on how things work, consult the docs for vue-loader.