1.4.0 • Published 7 years ago

fn128 v1.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

fn128

How to install

npm install fn128
# or
bower install fn128

How to use

This library is compatible with most of the most used environments.

Using Node / Webpack / etc.

const fn128 = require("fn128");

Using AMD (e.g. RequireJS)

require([ "path/to/fn128" ], function (fn128)
{
    // Access fn128 in here
});

Use in browser

<script src="path/to/fn128.js"></script>
1.4.0

7 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-beta.2

8 years ago

1.0.0-beta.1

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago