当前位置:网站首页>Picture clipping plug-in cropper js
Picture clipping plug-in cropper js
2022-07-02 05:57:00 【Want to eat pineapple crisp】
install
npm install cropperjs
introduce
import 'cropperjs/dist/cropper.css';
import Cropper from 'cropperjs';
Use
const letImg: any = document.querySelector("#cropImg");
(<any>state.cropper) = new Cropper(letImg, {
viewMode: 1,
dragMode: "none",
initialAspectRatio: 1,
aspectRatio: 1,
preview: ".before",
background: false,
autoCropArea: 0.6,
zoomOnWheel: false,
crop: () => {
state.cropperImgBase64 = (<any>state.cropper)
.getCroppedCanvas()
.toDataURL("image/jpeg");
console.log(state.cropperImgBase64);
},
});
Be careful :
- Cannot use local pictures directly
- You can upload preview pictures
边栏推荐
- Nacos 启动报错 Error creating bean with name ‘instanceOperatorClientImpl‘ defined in URL
- Gcnet: non - local Networks meet Squeeze excitation Networks and Beyond
- php读文件(读取json文件,转换为数组)
- Grbl software: basic knowledge of simple explanation
- Mathematical statistics and machine learning
- 格式校验js
- Matplotlib double Y axis + adjust legend position
- 软件测试基础篇
- Addchild() and addattribute() functions in PHP
- 深度学习分类网络 -- AlexNet
猜你喜欢
How vite is compatible with lower version browsers
Gcnet: non - local Networks meet Squeeze excitation Networks and Beyond
VSCode paste image插件保存图片路径设置
Redis key value database [primary]
数理统计与机器学习
我所理解的DRM显示框架
[golang syntax] be careful with the copy of slices
MySQL transaction and isolation level
在uni-app中引入uView
深度学习分类网络--VGGNet
随机推荐
keepalived安装使用与快速入门
Redis key value database [advanced]
正则表达式总结
php按照指定字符,获取字符串中的部分值,并重组剩余字符串为新的数组
memcached安装
php读文件(读取json文件,转换为数组)
Lantern Festival gift - plant vs zombie game (realized by Matlab)
STC8H8K系列汇编和C51实战——串口发送菜单界面选择不同功能
PHP parent
“簡單”的無限魔方
1035 Password
文件包含漏洞(一)
Stick to the big screen UI, finereport development diary
PHP array to XML
492.构造矩形
Thunder on the ground! Another domestic 5g chip comes out: surpass Huawei and lead the world in performance?
Gcnet: non - local Networks meet Squeeze excitation Networks and Beyond
神机百炼3.53-Kruskal
[Chongqing Guangdong education] selected reading reference materials of British and American literature of Nanyang Normal University
Spark概述