UNPKG

hx-white-board

Version:

```bash npm install hx-white-board ```

6 lines (5 loc) 295 B
export { ShapeOpacity, } from './WhiteBoard/core/index'; export type { DrawingTool, ShapeOptions, IColor, FabricObject, } from './WhiteBoard/core/index'; export { keyNames, hotkeys, } from './WhiteBoard/core/hotKeys'; import WhiteBoard from './WhiteBoard/core/index'; export default WhiteBoard;