#{DESC}#

Home - Documentation - Chat

--- # Install / Import ```bash > npm install --save #{REPO_NAME}# ``` ```typescript import { myFunction, myObject } from '#{REPO_NAME}#'; ``` Specific import ```typescript import { myFunction } from '#{REPO_NAME}#/myFunction' import { myObject } from '#{REPO_NAME}#/myObject' ``` ## From HTML with CDN Expose a global ( wider browser support): ```html ``` Or import as an ES module: ```html ``` ## Contribute ```bash npm install npm run build npm test ```