UNPKG

js-draw

Version:

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

9 lines (8 loc) 271 B
import { ComponentBuilderFactory } from './types'; /** * Creates a stroke builder that generates outlined circles. * * Example: * [[include:doc-pages/inline-examples/changing-pen-types.md]] */ export declare const makeOutlinedCircleBuilder: ComponentBuilderFactory;