@luzzle/web.utils
v0.0.13
Published
misc scripts for working with luzzle related files and projects
Readme
Luzzle Web Utils
The glue holding the web packages together. 🧩
Overview
@luzzle/web.utils is a support library containing shared logic, types, and
constants used by the Web Explorer and Web Tools. It keeps things consistent.
Usage
Intended for internal use within the @luzzle/web workspace.
import { getAssetPath } from '@luzzle/web.utils';Key Features
- Shared Types: Common interfaces for Pieces and Configs.
- Asset Logic: Consistent path resolution.
- Config Schemas: Validating web configuration. ✅
