the-client-utildeprecated

Utility for client side

Usage no npm install needed!

<script type="module">
  import theClientUtil from 'https://cdn.skypack.dev/the-client-util';
</script>

README

the-client-util

Build Status npm Version JS Standard

Utility for client side

Installation

$ npm install the-client-util --save

Usage

'use strict'

const { readFile } = require('the-client-util')

async function tryExample () {

  // Read file
  {
    const file = new File([1, 2, 3], 'hoge')
    const arrayBuffer = new readFile(file)
    /* ... */
  }
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links