@types/ttf2eot
Version:
TypeScript definitions for ttf2eot
25 lines (17 loc) • 751 B
Markdown
# Installation
> `npm install --save @types/ttf2eot`
# Summary
This package contains type definitions for ttf2eot (https://github.com/fontello/ttf2eot#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ttf2eot.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ttf2eot/index.d.ts)
````ts
/// <reference types="node" />
declare function ttf2eot(ttf: Uint8Array): Buffer;
export = ttf2eot;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Kaspar Vollenweider](https://github.com/casaper).