Installation ============ Installing via npm ------------------ To install the latest stable version of `weas` that has been released to npm: .. code-block:: console $ npm install weas Then import the `weas` module in your JavaScript files: .. code-block:: javascript import { WEAS } from 'weas'; Using `weas` from a URL ----------------------- Alternatively, if you prefer to include `weas` directly in your HTML files without installing the package through npm, you can use the URLs provided below. **JavaScript Module:** Add the following script tag to your HTML: .. code-block:: html **CSS Stylesheet:** Include this link to the CSS file in the `` section of your HTML document: .. code-block:: html