Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.02 KB

SignON-realizer embedded code

This code is packed into fewer files for easy integration into other applications.

To embed all the realizer application into your app, you must include the following files and folders:

The organisation of folders and files should be as follows:

project/
    - index.html
    - js/
        - App.js
        - KeyframeApp.js
        - ScriptApp.js

    - data/
        - dictionaries/
        - imgs/
        - animations/

    - external/ 
        - three/
        - es-module-shims.js
        - jquery-3.6.0.min.js