1.0.5 • Published 5 years ago

the-client-util v1.0.5

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

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

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago