OCIF is an interchange file format for canvas-based applications. Visual nodes, structural relations, assets, and schemas. This project provides a library and tools to work with OCIF files.
npm installnpm run buildnpm run serve:validatornpm run serve:jsoncanvas-ocifTest application that ensures that the library is compatible with NodeJS.
-
Build the library first!
npm run build
-
Run the app
npm run serve:nodejs-api
npm run test:ocif-lib- Set up playwright
npm run playwright:install- Run the tests
npm run test:playwright