const Generator = require("lab25-icon-font-generator");
(async () => {
try {
const builder = new Generator.default({
paths: {
custom: { svgs: "path/to/custom/svgs" },
dist: {
font: "path/to/font/file/destination",
variables: "path/to/variable/destination",
},
scanner: {
dir: "(app|frontend)",
extensions: "js,vue,slim,rb,ts,scss",
},
},
});
await builder.initialize();
await builder.scan();
await builder.build();
} catch (err) {
console.error(err);
process.exit(1);
}
})();
-
Notifications
You must be signed in to change notification settings - Fork 0
labtwentyfive/lab25-icon-font-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published