mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Enhanced the ProgressiveImage component to utilize the new LoadingState enum for better loading state management. - Updated the WebGLImageViewerEngine to notify loading states using the LoadingState enum, improving clarity in loading messages. - Refactored spring animations to use the Transition type for better type safety. - Updated localization files to include new loading messages for WebGL operations in both English and Chinese. Signed-off-by: Innei <tukon479@gmail.com>
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"name": "@afilmory/data",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/builder": "workspace:*"
|
|
}
|
|
}
|