UNPKG

react-moveable

Version:

A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.

23 lines (20 loc) 496 B
import builder from "@daybrush/builder"; const defaultOptions = { tsconfig: "tsconfig.build.json", }; export default builder([ { ...defaultOptions, input: "src/react-moveable/index.ts", output: "./dist/moveable.esm.js", visualizer: true, format: "es", exports: "default", }, { ...defaultOptions, input: "src/react-moveable/index.umd.ts", output: "./dist/moveable.cjs.js", format: "cjs", }, ]);