An open API service indexing awesome lists of open source software.

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.

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() {





;
},
};
}
```