Independent JavaScript Framework

.vscode update 2 years ago
dist update 2 years ago
node_modules update 2 years ago
scss update 2 years ago
src update 2 years ago
.eslintrc.json update 2 years ago
.gitignore update 2 years ago
EULA 1.0.0-2023-en.pdf update 2 years ago
README.md update 2 years ago
babel.config.js update 2 years ago
jsconfig.json update 2 years ago
package-lock.json update 2 years ago
package.json update 2 years ago
webpack.config.js update 2 years ago
README.md

Framework

===============

Independent JavaScript Framework

version

0.1

Rights

All Rights are reserved to TLCD96.

The Destribution of this fonts requires the user to credit TLCD96 for TLCD96 work, and prior Authorization by TLCD96.

Framework

The Framework is created by TLCD96, compiled to be used in any service authorized by TLCD96.

Demo

The Framework can be viewed in the demo.html included in the package.

Readme.txt

The "Read Me.txt" contains instructions to recompile the Framework and view the Framework. Since the Framework is are made via an js file and each js file is created by TLCD96, the Rights of the Framework are Exclusive to TLCD96.

EULA

The use of this Framework, are governed by the eula available on https://tlcd96.com/en/legal/eula/ and it might require an additional licence to be used.
An Copy of the EULA can be encoutered on the files of the fonts. with the nomenclature "EULA X.X.X-YYYY-en.pdf"

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npx webpack --config webpack.config.js --mode production

To create a development build:

npx webpack --config webpack.config.js --mode development