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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. 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
- The interactive demo (`src/HonestAILoaderDemo.tsx`) runs at `http://localhost:5173` after `npm run dev`.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "honest-ai-loader",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A configurable React TypeScript loading component with animated graphics and honest loading phrases",
5
5
  "type": "module",
6
6
  "main": "./dist/honest-ai-loader.cjs",