UNPKG

vue-slim-cropper

Version:

💇 A simple and elegant mobile image crop upload component for Vue 2.x | 简洁易用的 vue 移动端图片裁剪上传组件

13 lines (12 loc) 320 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <title>vue-slim-cropper</title> </head> <body> <div id="app"></div> <script src="./main.js"></script> </body> </html>