https://github.com/ndaidong/webasset
https://github.com/ndaidong/webasset
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndaidong/webasset
- Owner: ndaidong
- Created: 2022-08-20T14:05:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T11:00:07.000Z (over 1 year ago)
- Last Synced: 2025-03-21T14:57:23.634Z (10 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webasset
Utils for processing HTML/JS/CSS at view layer.
[](https://badge.fury.io/js/webasset)


## Usage
```bash
pnpm i webasset
```
```js
import { setup, htmlify, jsify, jsbuild, cssify, cssbuild } from 'webasset'
// do whatever we need here
```
## Attention
This is just a personal reusable package, not ready for production.
---