Skip to content

stefanwimmer128/fn128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>