Skip to content

Web version for the utility-text package if you don't want to use NPM or any other package managers.

Notifications You must be signed in to change notification settings

chill31/utility-text-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Web version for the utility-text package if you don't want to use NPM or any other package managers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published