1.4.5 • Published 10 years ago

see-threepio v1.4.5

Weekly downloads
25
License
MIT
Repository
github
Last release
10 years ago

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.

1.4.5

10 years ago

1.4.4

10 years ago

1.4.3

10 years ago

1.4.2

11 years ago

1.4.1

11 years ago

1.4.0

11 years ago

1.3.0

11 years ago

1.2.1

11 years ago

1.2.0

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago