===============
Independent JavaScript Framework
0.1
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.
The Framework is created by TLCD96, compiled to be used in any service authorized by TLCD96.
The Framework can be viewed in the demo.html included in the package.
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.
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"
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