@thoschu/canvas-web-component
Version:
Web Components made by Tom S. with Stencil.js
8 lines (7 loc) • 428 B
TypeScript
import { HTMLStencilElement } from "../stencil-public-runtime";
export declare function clipboard(dataUrl: string): Promise<boolean>;
export declare const appendTemp: (elements: Element[], temp: HTMLElement) => HTMLElement;
export declare const getElements: (hostHTMLElement: HTMLStencilElement) => {
elements: Element[];
};
export declare const getCanvas: (element: HTMLElement, config: any) => Promise<HTMLCanvasElement>;