Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 322 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (6 loc) · 322 Bytes

CONTRIBUTING

Welcome to dash-canvas!

## Structure of the code

React component DashCanvas: src/lib/components/DashCanvas.react.js

Build Javascript component: npm run build:all at the root (see https://dash.plotly.com/react-for-python-developers for more details).

Utility Python functions: dash_canvas/utils