Copyright 2024 Frame Factory GmbH, Ralph Wiedemeier
This library is part of the Frame Factory Typescript foundation libraries. It provides an entity-component system with linkable properties, for building modular applications such as 3D rendering systems.
src
contains the TypeScript source codebuild/cjs
contains transpiled CommonJS filesbuild/mjs
contains transpiled ECMAScript module filesbuild/types
contains TypeScript type annotations and mapsbuild/test
contains compiled test code
# clean build directory
npm run clean
# build the library
npm run build
# build and run the tests
npm run test