Interface BadgerEvents

interface BadgerEvents {
    draw(url): void;
    setup(): void;
}

Methods

Methods

  • Fired when the favicon is drawn to the canvas and the dataURL is ready to be used

    Parameters

    • url: string

    Returns void

  • Fired when the image is loaded and ready to be drawn

    Returns void

Generated using TypeDoc