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 bfe16e7 commit cfb3b3bCopy full SHA for cfb3b3b
index.js
@@ -6,4 +6,4 @@ const getFonts = async dirs => new Promise(resolve => {
6
});
7
8
9
-module.getFonts = getFonts;
+exports.getFonts = getFonts;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "figma-linux-rust-binding",
3
- "version": "0.2.4",
+ "version": "0.2.5",
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