@tubular/util

Miscellaneous utility functions

Usage no npm install needed!

<script type="module">
  import tubularUtil from 'https://cdn.skypack.dev/@tubular/util';
</script>

README

General utilities

Provides a few useful utilities for string manipulation, font handling, canvas graphics, and browser identification.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests via Karma.