dom-spotlight
v0.1.1
Published
A dom-spotlight library
Downloads
3
Readme
dom-spotlight
Headline description
Installation
Yarn
yarn add dom-spotlight
NPM
npm install dom-spotlight
CDN
https://unpkg.com/dom-spotlight/
Usage
Import table
| File | Module Type | Transpiled | Source Maps | Import example | |----------------------------|-------------|------------|-------------|--------------------------------------------------------| | dist/dom-spotlight.esm.mjs | esm | No | No | import DomSpotlight from 'dist/dom-spotlight.esm.mjs'; | | dist/dom-spotlight.cjs.js | cjs | Yes | Yes | require('dist/dom-spotlight.cjs.js') | | dist/dom-spotlight.esm.js | esm | Yes | Yes | import DomSpotlight from 'dist/dom-spotlight.esm.js'; | | dist/dom-spotlight.js | umd | Yes | Yes | require('dist/dom-spotlight.js') |
Examples here
License
The code is available under the MIT license.
Contributing
We are open to contributions, see CONTRIBUTING.md for more info.