ethan-allen-sweepstakes-entry-form-embed
v1.1.2
Published
## Development
Downloads
1
Readme
ethan-allen-sweepstakes-entry-form-embed
Development
$ npm install
$ npm run dev
Production
$ npm run build
# git commit
$ npm publish
Testing
Run in console to inject into any page.
(function loadJS(url) {
let script = document.createElement('script')
script.src = url
document.body.appendChild(script)
})('https://unpkg.com/[email protected]/dist/main.js')
Delete value bu-xxxxxxxx
from localStorage to remove popup suppression timer.