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.
srccontains the TypeScript source codebuild/cjscontains transpiled CommonJS filesbuild/mjscontains transpiled ECMAScript module filesbuild/typescontains TypeScript type annotations and mapsbuild/testcontains compiled test code
# clean build directory
npm run clean
# build the library
npm run build
# build and run the tests
npm run test