1.0.0 • Published 7 years ago

dead-sea-scrolls-js v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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>