1.1.0 • Published 2 years ago

utility-text-web v1.1.0

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

utility-text (web)

this is the web version of the main package, please go to the main package for using it with npm.

With the help of jsdelivr, you can directly link the package files to your html to use these functions without npm.Read the documentation for more detailed information to use the package with or without npm.

Common JS

<script src="https://cdn.jsdelivr.net/npm/utility-text-web/common.min.js"></script>
<script>
  // start using the functions normally.
</script>

ES Module

<script>
  import 'https://cdn.jsdelivr.net/npm/utility-text-web/module.min.js';
  // start using the functions normally.
</script>
1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago