Skip to content

Commit 53c72b6

Browse files
committed
🛠️ test.js -> Updated import statement
🛠️ test.js -> Changed craft file path
1 parent 5c6cd89 commit 53c72b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const processCraftFile = require('./index');
1+
const processCraftFile = require("@kspcommunity/craft-file-reader");
22

33
// Path to the Craft file
4-
const craftFilePath = 'crafts/Saab JAS 39 Gripen.craft';
4+
const craftFilePath = 'example.craft';
55

66
// Call the processCraftFile function to process the Craft file
77
processCraftFile(craftFilePath)

0 commit comments

Comments
 (0)