dead-sea-scrolls-js

1.0.0 • Public • Published

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>

Package Sidebar

Install

npm i dead-sea-scrolls-js

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • antifish03