UNPKG

react-moveable

Version:

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

11 lines (8 loc) 223 B
const tester = require("@daybrush/tester"); tester.setFiles([ "./src/react-moveable/**/*.ts", "./src/react-moveable/**/*.tsx", "./test/**/*.ts", "./test/**/*.tsx", ]); module.exports = tester.karmaConfig;