this page explains every file in the package and its purpose
a minified javascript module that exports the editor class and the creators.
this is the recommended file to use as it is minified and doesnt polute the global scope
a minified javascript module that exports the editor class and the creators.
it also add a the editor class as a global variable called HyperRTE, it also assign the creators to this variable.
it is remommended to use this file when you want the library as a global variable.
a css file that contains all the styles of the editor.
a css file that contains the minimal amount of styles required for a bare metal editor.
a folder that contains the default icons of the editor.
a folder that contains the presets files as minified javascript files.
the source code folder.
the unmenified version of index.js.
the unmenified version of index.g.js.
the unmenified version of creators.js.
a folder containing the unmenified version of the presets files.
a folder containing the plugins files as unminified javascript modules.