Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Created December 12, 2016 12:44
Show Gist options
  • Save dignifiedquire/e4a8147845a6e359a49374cf6238121f to your computer and use it in GitHub Desktop.
Save dignifiedquire/e4a8147845a6e359a49374cf6238121f to your computer and use it in GitHub Desktop.

${name}

${short_desc} It is installable via npm install --save ${npm-name}, it can also be used directly in the browser.

Quick Examples

${quick_example}

There is more available, so take a look at the docs below for a full list. This documentation aims to be comprehensive, so if you feel anything is missing please create a GitHub issue for it.

Download

The source is available for download from GitHub. Alternatively, you can install using npm:

$ npm install --save ${npm-name}

You can then require() ${npm-name} as normal:

const ${safe-name} = require('${npm-name}')

In the Browser

Async should work in any ES2015 environment out of the box.

Usage:

<script type="text/javascript" src="index.js"></script>

The portable versions of ${name}, including index.js and index.min.js, are included in the /dist folder. Async can also be found on Unkpkg.com under

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment