merchi_product_editor
Version:
A React component for editing product images using Fabric.js
7 lines (6 loc) • 329 B
text/typescript
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';