@types/svg2ttf
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -1,6 +0,1 @@ | ||
// Type definitions for svg2ttf 5.0 | ||
// Project: https://github.com/fontello/svg2ttf | ||
// Definitions by: Ewan Morrison <https://github.com/ewan-m> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** Converts SVG fonts to TTF format */ | ||
@@ -7,0 +2,0 @@ declare function svg2ttf(svgFontString: string, options?: svg2ttf.FontOptions): svg2ttf.MicroBuffer; |
{ | ||
"name": "@types/svg2ttf", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for svg2ttf", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg2ttf", | ||
"name": "Ewan Morrison", | ||
"url": "https://github.com/ewan-m", | ||
"githubUsername": "ewan-m" | ||
"githubUsername": "ewan-m", | ||
"url": "https://github.com/ewan-m" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4732db1e164d5fecf7c3ebc5272913bcb9b1b73e2fb45c40cca3aa9c4d52afdf", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "4e7830ce7592551ecc632397e9f196eaf63d58513efd2bb915a448c3ab0f0fc2", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for svg2ttf 5.0 | ||
// Project: https://github.com/fontello/svg2ttf | ||
// Definitions by: Ewan Morrison <https://github.com/ewan-m> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** Converts SVG fonts to TTF format */ | ||
@@ -49,7 +44,6 @@ declare function svg2ttf(svgFontString: string, options?: svg2ttf.FontOptions): svg2ttf.MicroBuffer; | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 22:33:13 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Ewan Morrison](https://github.com/ewan-m). |
3975
25
48