Installation
Installation with npm
npm install @davi-ai/retorik-framework
Import from cdn
If your project dosn't include npm, you can import the library directly from the cdn inside an html page :
<script type="module" src="https://cdn.retorik.ai/retorik-framework/<version>/index.js"></script>
The <version> field can be one of the 3 following values :
- alpha : version under development. Stability not ensured.
- preview : preproduction version. Stable but not yet finished.
- latest : production version.