UNPKG

fabric-warpvas

Version:

This JavaScript library helps you efficiently build image warping tools on Fabric.js

12 lines (11 loc) 329 B
/** * 内置模式类 * * 此入口文件导出 fabric-warpvas 库的内置模式类 API: * - 透视变形模式 (Perspective) * - 扭曲变形模式 (Warp) * * @author huanjinliu <huanjin.liu@foxmail.com> */ export { default as Perspective } from './perspective.class'; export { default as Warp } from './warp.class';