This git contains a proof of concept for the following new / changed features of CollabJam-Client:
- extending the interactive area for changing the width of tactons by placing invisible objects at each side of a tacton
- change the zoom level in a parent-component and refresh all child-components depending on it
- Clone the repo
git clone https://github.com/ChrisChleb/ProofOfConcept_Timeline.git
- Install NPM packages
npm i
- Serve the application
npm run dev