0.3.9 • Published 6 years ago

libcore v0.3.9

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

libcore

Kicks-start helpers for cross-browser libraries and different versions of nodejs

Installation

Libcore can be installed from NPM by running the lines below in your working directory containing package.json file for use in NodeJS, browserify or webpack.

npm install libcore

Usage

var libcore = require("libcore");

libcore.encode64('Good Game!'); // R29vZCBHYW1lIQ==

// using es6 import
import { encode64 } from "libcore";

encode64('Good Game!'); // R29vZCBHYW1lIQ==

Module API

Please refer to API Documentation for more information and usage of this library.

License

This Project is fully Open Source MIT licensed.

0.3.9

6 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago