Generate module dependencies graph, using the DOT language
published 2.0.0 6 years ago```js let bs = await import("/projects/browsershot/index.js"); try { let canvas = await bs.toCanvas(); document.body.appendChild(canvas); } catch (e) { alert(e.message); } ```
published 1.0.0 6 years agoThis is a [Custom Element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) that mimics the native `<input type=range>` in a more styling-friendly way. It aims to offer the same HTML/JS API.
published 1.1.0 5 years ago- published 1.0.1 6 years ago
This project is a [Custom HTML Element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) (AKA [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components)) that renders an interactive view of a panoramic p
published 0.6.3 a year ago