@acoustic-content-sdk/tooling-fonts

> TODO: description

Usage no npm install needed!

<script type="module">
  import acousticContentSdkToolingFonts from 'https://cdn.skypack.dev/@acoustic-content-sdk/tooling-fonts';
</script>

README

npm

API Documentation

API Documentation

Home > @acoustic-content-sdk/tooling-fonts

tooling-fonts package

Implementation of the command to generate nls files.

Variables

Variable Description
TEST
VERSION Version and build number of the package

Home > @acoustic-content-sdk/tooling-fonts > TEST

TEST variable

Signature:

TEST = "test"

Home > @acoustic-content-sdk/tooling-fonts > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}