ulak

0.0.13 • Public • Published

Usage

In a plain web page:

<script type="module">
  import { interceptConsole } from './dist/ulak.js';
  interceptConsole();
</script>

In a project where a bundler is present:

add ulak to package.json

{
  "dependencies": {
    "ulak": "x.y.z"
  }
}

then:

import { interceptConsole } from 'ulak';

interceptConsole();

In both cases you need the following HTML tag in your page:

<bug-report-button text="Hata Bildir"></bug-report-button>

/ulak/

    Package Sidebar

    Install

    npm i ulak

    Weekly Downloads

    8

    Version

    0.0.13

    License

    MPL-2.0

    Unpacked Size

    144 kB

    Total Files

    7

    Last publish

    Collaborators

    • destan