3.10.0 • Published 2 years ago

tess.js v3.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm Code Style Maintainability Test Coverage npm Browser bundle size jsDelivr hits (npm) GitHub Workflow Status FOSSA Status Dependencies

Look don't blame me for low test coverage; blame Babel

Tess.js

  • Supports ES5/CJS ✅
  • Supports ESM/ES6 ✅
  • Browser Support (ES5/ESM) ✅
  • Tree-shaking (import/export) ✅

Usage

First, install this with NPM:

npm i --save tess.js

ES Modules:

import * as Tess from 'tess.js'; // get all the named exports

Common JS:

const Tess = require('tess.js');

Browser (ES5):

<script src="https://cdn.jsdelivr.net/npm/tess.js/browser/bundle.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>

Browser (ESM):

<script type="module">
import * as Tess from 'https://cdn.jsdelivr.net/npm/tess.js/src/esm/index.js';
window.Tess = Tess;
</script>
<!-- You can now use Tess in other script tags -->
<!-- e.g. -->
<script type="module">
console.log(Tess.isNil('Hello'));
</script>

Functions

See the docs. You can also look at this file for some possile use cases (ignore the import at the top).

License

MIT

FOSSA Status

Others

Vote for functions here!

3.4.0

2 years ago

3.2.0

2 years ago

3.8.0

2 years ago

3.10.0

2 years ago

3.6.0

2 years ago

3.3.0

2 years ago

3.1.0

3 years ago

3.7.0

2 years ago

3.5.0

2 years ago

2.11.0

3 years ago

2.6.0

3 years ago

2.8.0

3 years ago

3.0.0

3 years ago

2.12.0

3 years ago

2.10.0

3 years ago

2.7.0

3 years ago

2.9.0

3 years ago

2.7.1

3 years ago

2.5.2-beta.9

3 years ago

2.5.2-beta.8

3 years ago

1.0.3

3 years ago

2.3.2-beta.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.3

3 years ago

2.4.0

3 years ago

2.2.2

3 years ago

2.0.1

3 years ago

1.1.0

3 years ago

2.5.2-beta.1

3 years ago

2.5.2-beta.0

3 years ago

2.5.2-beta.3

3 years ago

2.5.2-beta.5

3 years ago

2.5.2-beta.4

3 years ago

2.5.2-beta.7

3 years ago

2.5.2-beta.6

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

2.3.0

3 years ago

2.1.1

3 years ago

2.5.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.5.1

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.9

3 years ago

0.5.0

3 years ago

0.4.8

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.1

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0-beta.1

3 years ago