We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c8031 commit 0b2edc1Copy full SHA for 0b2edc1
browser.js
@@ -1,9 +1,5 @@
1
/* globals document, ImageData */
2
3
-const parseFont = require('./lib/parse-font')
4
-
5
-exports.parseFont = parseFont
6
7
exports.createCanvas = function (width, height) {
8
return Object.assign(document.createElement('canvas'), { width: width, height: height })
9
}
index.d.ts
@@ -489,9 +489,6 @@ export class ImageData {
489
readonly width: number;
490
491
492
-// This is marked private, but is exported...
493
-// export function parseFont(description: string): object
494
495
// Not documented: backends
496
497
/** Library version. */
0 commit comments