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 3b99912 commit bfe16e7Copy full SHA for bfe16e7
index.js
@@ -6,6 +6,4 @@ const getFonts = async dirs => new Promise(resolve => {
6
});
7
8
9
-export {
10
- getFonts,
11
-}
+module.getFonts = getFonts;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "figma-linux-rust-binding",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"description": "Rust module that makes object of meta data of fonts",
5
"main": "native/index.node",
"author": "ChugunovRoman <Zebs-BMK@yandex.ru>",
0 commit comments