UNPKG

dotting

Version:

Dotting is a pixel art editor component library for react

5 lines (4 loc) 164 B
import Dotting, { DottingRef } from "./components/Dotting"; export * from "./components/Canvas/types"; export * from "./hooks"; export { Dotting, DottingRef };