honest-ai-loader 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -253,7 +253,13 @@ npm publish --access public
|
|
|
253
253
|
|
|
254
254
|
## Demo
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
**Live demo: https://honest-ai-loader-demo.web.app**
|
|
257
|
+
|
|
258
|
+
Or run it locally:
|
|
259
|
+
|
|
260
|
+
```bash
|
|
261
|
+
npm run dev # http://localhost:5173
|
|
262
|
+
```
|
|
257
263
|
|
|
258
264
|
- **Left panel**: toggle and weight each built-in dictionary; build and export custom dictionaries as TypeScript.
|
|
259
265
|
- **Right panel**: live preview with controls for all graphic, text, and style props.
|
package/package.json
CHANGED