@albi_scando/as-threejs-flags-lib 1.2.0 → 1.2.1
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 +12 -0
- package/dist/as-design-system-lib.es.js +1799 -1893
- package/dist/as-design-system-lib.umd.js +30 -30
- package/dist/assets/textures/flags/de-DE.png +0 -0
- package/dist/assets/textures/flags/en-US.png +0 -0
- package/dist/assets/textures/flags/es-ES.png +0 -0
- package/dist/assets/textures/flags/pt-PT.png +0 -0
- package/dist/types/web-components/flags/flag_01/flag-01.component.d.ts +13 -11
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# `as-threejs-flags-lib`
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+
|
|
3
6
|
## Description
|
|
4
7
|
|
|
5
8
|
This library provides a collection of animated waving flags built with TypeScript and powered by three.js.
|
|
@@ -9,5 +12,14 @@ It offers ready-to-use 3D flag components that simulate realistic cloth waving e
|
|
|
9
12
|
|
|
10
13
|
- [Storybook](documentation/pages/STORYBOOK.md)
|
|
11
14
|
- [License](documentation/pages/LICENSE.md)
|
|
15
|
+
- [Installation](documentation/pages/INSTALLATION.md)
|
|
12
16
|
- [Contributing](documentation/pages/CONTRIBUTING.md)
|
|
13
17
|
- [Changelog](CHANGELOG.md)
|
|
18
|
+
|
|
19
|
+
## Features
|
|
20
|
+
|
|
21
|
+
- **Realistic Flag Animation** – Simulates natural cloth movement with dynamic waving effects.
|
|
22
|
+
- **Three.js Integration** – Seamlessly integrates into existing three.js scenes with minimal setup.
|
|
23
|
+
- **Customizable Flags** – Easily configure textures, dimensions, poles, and wind intensity.
|
|
24
|
+
- **Optimized Performance** – Efficient shaders and mesh updates for smooth real-time rendering.
|
|
25
|
+
- **Strong Typing** – Full TypeScript support for safety and clarity.
|