UNPKG

comicaljs

Version:

Edit cartoon bubble frames around an HTML element

8 lines (7 loc) 363 B
import { Tail } from "./tail"; import { TailSpec } from "./bubbleSpec"; import { Bubble } from "./bubble"; export declare class StraightTail extends Tail { constructor(root: paper.Point, tip: paper.Point, lowerLayer: paper.Layer, upperLayer: paper.Layer, handleLayer: paper.Layer, spec: TailSpec, bubble: Bubble | undefined); makeShapes(): void; }