https://github.com/gly-engine/acai-jsx
A design ecosystem for reusing JSX components in Gly Engine with TypeScript.
https://github.com/gly-engine/acai-jsx
Last synced: 3 months ago
JSON representation
A design ecosystem for reusing JSX components in Gly Engine with TypeScript.
- Host: GitHub
- URL: https://github.com/gly-engine/acai-jsx
- Owner: gly-engine
- Created: 2025-11-18T17:37:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-09T20:36:49.000Z (6 months ago)
- Last Synced: 2026-01-20T23:38:24.605Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acai-jsx
A design ecosystem for reusing JSX components in Gly Engine with TypeScript.
```jsx
import { GlyStd } from "@gamely/gly-types";
import { Rect } from "@gamely/acai-jsx/dist/basics";
export function Page(props: never, std: GlyStd): JSX.Element {
return {
load() {
;
},
};
}
```