A React component that serves as a fully fledged visual programming interface, ideal for simulation.
npm install --save data-viz
Refer to User Guide for more information.
playground
is an internal cra that should be used to test this React Component Library that
currently exports the component Canvas
For cloud functions: - Ensure your function is public - Handle preflight requests as detailed here; https://cloud.google.com/functions/docs/writing/http#functions_http_cors-nodejs
Run at root:
npm update && npm run build
-
npm run i-all
(This runsnpm install
for both the base and playground) -
npm run dev
(This builds the library todist
folder and starts the playground) -
npm run test
to run all the test cases