UNPKG

@dank-inc/sketchy

Version:

A Super-dank sketching library built with ♥ and typescript!

6 lines (5 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.font = void 0; var font = function (name, size) { return "".concat(name, " ").concat(size, "px"); }; exports.font = font;