tar-util

1.0.7 • Public • Published

TarUtil

This is a Javascrpit library. It is built by Typescript

Introduction

TarUtil is a simple Javascript library. It only have a little function to use, but it can help you easy to coding a web page.

Usage

Before use, you need build this repo. You can use some command to build like this.

pnpm build:esm // to build esm version
pnpm build // to build iife version

After build, you have a esm or commonjs version release. You can use dist/esm/index.js or dist/cjs/index.js to coding a web page.

Some functions to use:

TarReactivity
TarStyle

License

MIT

Copyright (c) 2022-present, Anthony Lu

Package Sidebar

Install

npm i tar-util

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

21.2 kB

Total Files

21

Last publish

Collaborators

  • anthony_lu