UNPKG

ness-canvas

Version:
17 lines (16 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // export interface FontOption { // /** // * Default name to use // */ // family: string, // /** // * Default font size // */ // size?: string, // /** // * Default police style // */ // style?: "italic" | "normal" | "oblique" | "inherit" | "initial" | "unset" // }