0.1.1 • Published 2 years ago

dom-spotlight v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dom-spotlight

Node NPM Travis David Coverage Status NPM

Headline description

Installation

Yarn

yarn add dom-spotlight

NPM

npm install dom-spotlight

CDN

https://unpkg.com/dom-spotlight/

Usage

Import table

FileModule TypeTranspiledSource MapsImport example
dist/dom-spotlight.esm.mjsesmNoNoimport DomSpotlight from 'dist/dom-spotlight.esm.mjs';
dist/dom-spotlight.cjs.jscjsYesYesrequire('dist/dom-spotlight.cjs.js')
dist/dom-spotlight.esm.jsesmYesYesimport DomSpotlight from 'dist/dom-spotlight.esm.js';
dist/dom-spotlight.jsumdYesYesrequire('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.