see-threepio / see-threepio-js

js implementation of see-threepio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See-Threepio-js

A JS implementation of See-Threepio

Example

see-threepio demo

Format

see-threepio project

Usage

install

npm install see-threepio

Require

var SeeThreepio = require('see-threepio');

Initialise:

var seeThreepio = new SeeThreepio([terms]);

Get strings:

seeThreepio.get(term[, array of arguments]);

Add terms: Adds terms to the previous set of terms

seeThreepio.addTerms(terms);

Replace terms: Replaces all terms with the new set

seeThreepio.addTerms(terms);

Contributing

After any patches, run npm run build to make sure the example and standalone versions are up to date.

About

js implementation of see-threepio

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 1.9%Language:CSS 0.3%