dead-sea-scrolls-js
v1.0.0
Published
Console polyfill and suppression script
Downloads
12
Maintainers
Readme
Dead Sea Scrolls
Console polyfill and suppression script; There are many like it but this one is mine.
Table of Contents
Installation
Yarn Installation
yarn add dead-sea-scrolls-js
NPM Installation
npm install dead-sea-scrolls-js
Usage
Using dead-sea-scrolls-js is simple.
ES6
import deadSeaScrolls from 'dead-sea-scrolls-js';
deadSeaScrolls.initialize();
This module does use a umd wrapper and can be consumed via script tag if you have js-cookie
and lodash
loaded globally.
Global:
<script type="text/javascript" src="dead-sea-scrolls.js" />
<script type="text/javascript">
deadSeaScrolls.initialize();
</script>