File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ export namespace Fonts {
1010 }
1111
1212 interface IFonts {
13- [ path : string ] : Array < IFontsFigmaItem >
13+ [ path : string ] : Array < IFontsFigmaItem > ;
1414 }
1515}
1616
17- declare module 'figma-linux-rust-binding' {
18- function getFonts ( dirs : string [ ] , callback : ( err : Error , fonts : Fonts . IFonts ) => void ) : void ;
17+ declare module "figma-linux-rust-binding" {
18+ function getFonts (
19+ dirs : string [ ] ,
20+ callback : ( fonts : Fonts . IFonts ) => void
21+ ) : void ;
1922}
Original file line number Diff line number Diff line change 11{
22 "name" : " figma-linux-rust-binding" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Rust module that makes object of meta data of fonts" ,
55 "main" : " native/index.node" ,
66 "author" : " ChugunovRoman <Zebs-BMK@yandex.ru>" ,
You can’t perform that action at this time.
0 commit comments