/** * 内置模式类 * * 此入口文件导出 fabric-warpvas 库的内置模式类 API: * - 透视变形模式 (Perspective) * - 扭曲变形模式 (Warp) * * @author huanjinliu */ export { default as Perspective } from './perspective.class'; export { default as Warp } from './warp.class';