An open API service indexing awesome lists of open source software.

https://github.com/ndaidong/webasset


https://github.com/ndaidong/webasset

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# webasset

Utils for processing HTML/JS/CSS at view layer.

[![NPM](https://badge.fury.io/js/webasset.svg)](https://badge.fury.io/js/webasset)
![CI test](https://github.com/ndaidong/webasset/workflows/ci-test/badge.svg)
![CodeQL](https://github.com/ndaidong/webasset/workflows/CodeQL/badge.svg)

## 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.

---