UNPKG

merchi_product_editor

Version:

A React component for editing product images using Fabric.js

7 lines (6 loc) 329 B
export { default as ProductEditor } from './components/ProductEditor'; export { default as ProductImageGallery } from './components/ProductImageGallery'; export { ProductEditorProvider, useProductEditor } from './context/ProductEditorContext'; export * from './utils/grid'; export * from './types'; import './styles/index.css';