webfont-generator 0.2.3

Generate webfonts (SVG, TTF, EOT, WOFF, WOFF2) from SVG icons
Documentation
{
    "name": "@atlowchemi/webfont-generator",
    "version": "0.2.3",
    "license": "MIT",
    "type": "module",
    "main": "./index.js",
    "types": "./index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "import": "./index.js",
            "require": "./index.js"
        },
        "./templates": {
            "types": "./templates.d.ts",
            "import": "./templates.js",
            "require": "./templates.js"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/atlowChemi/vite-svg-2-webfont"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    },
    "scripts": {
        "prepublishOnly": "napi pre-publish -t npm"
    },
    "files": [
        "binding.js",
        "binding.d.ts",
        "index.js",
        "index.d.ts",
        "templates.js",
        "templates.d.ts",
        "templates"
    ],
    "napi": {
        "binaryName": "webfont-generator",
        "targets": [
            "x86_64-apple-darwin",
            "x86_64-pc-windows-msvc",
            "x86_64-unknown-linux-gnu",
            "aarch64-apple-darwin",
            "aarch64-unknown-linux-gnu",
            "aarch64-unknown-linux-musl",
            "aarch64-pc-windows-msvc",
            "armv7-unknown-linux-gnueabihf",
            "x86_64-unknown-linux-musl"
        ]
    }
}