UNPKG
dropflow
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
A small CSS2 document renderer built from specifications
dropflow
/
dist
/
src
/
backend-node.d.ts
3 lines
(2 loc)
•
146 B
TypeScript
View Raw
1
2
3
import
type
{
FaceMatch
}
from
'./text-font.js'
;
export
declare
function
registerPaintFont
(
match
:
FaceMatch
,
buffer
:
Uint8Array
,
url
: URL
):
void
;