Enhance demo examples and update changelog

- Added basic demo and simple example scripts for the Owen Animation System.
- Created an interactive HTML demo with controls for state transitions and message handling.
- Updated the changelog to reflect new features and improvements.
- Modified package.json to include a separate development script for hosting.
This commit is contained in:
2025-05-24 03:40:17 +02:00
parent 52f5a204c4
commit 472de05e4b
6 changed files with 666 additions and 17 deletions

View File

@ -6,7 +6,8 @@
"types": "src/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev": "vite",
"dev:host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "standard",