UNPKG

react-drawing-board

Version:

Browser drawing board created with canvas and React.

7 lines (6 loc) 286 B
import { Position } from './enums/Tool'; export declare const useBackgroundDropdown: (config: { selectBackgroundImage: () => void; removeBackgroundImage: () => void; }) => JSX.Element; export declare const getBackgroundPosition: (context: CanvasRenderingContext2D) => Position;