# idyll-embed Embed Idyll directly in an HTML page ## Usage ```html
``` ## How to modify this library for your own needs 1. Clone this repo 2. Run `npm install` to install the dependencies. 3. Edit `index.js` according to your own use-case. See the comments in `index.js` for more info. 4. Rebuild the dist file: `npm run build` 5. Include the newly created JavaScript file (`dist/idyll-embed.min.js`) in your HTML.