UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

4 lines (3 loc) 204 B
import { ComponentBuilderFactory } from '../types'; declare const makeSnapToGridAutocorrect: (sourceFactory: ComponentBuilderFactory) => ComponentBuilderFactory; export default makeSnapToGridAutocorrect;