libcore

0.3.9 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i libcore

    Weekly Downloads

    3

    Version

    0.3.9

    License

    MIT

    Unpacked Size

    804 kB

    Total Files

    109

    Last publish

    Collaborators

    • diko316