0.1.0 • Published 4 months ago

webasset v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

webasset

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

NPM CI test Coverage Status CodeQL JavaScript Style Guide

Usage

pnpm i webasset
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.