We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These messages are currently handled in the src/editor/useCanvasConnection.js and src/canvas/useEditorConnection.js files:
src/editor/useCanvasConnection.js
src/canvas/useEditorConnection.js
sketchbook_status_request
sketchbook_status_response
sketchbook_render_layers_request
sketchbook_measure_layer_request
sketchbook_measure_layer_response
They need to be updated to match the protocol defined in #149:
sketchbook_request:ping
sketchbook_response:acknowledge
sketchbook_request:render
sketchbook_request:measure
sketchbook_response:measure
id
layer
The text was updated successfully, but these errors were encountered:
Mxchaeltrxn
Successfully merging a pull request may close this issue.
These messages are currently handled in the
src/editor/useCanvasConnection.js
andsrc/canvas/useEditorConnection.js
files:sketchbook_status_request
sketchbook_status_response
sketchbook_render_layers_request
sketchbook_measure_layer_request
sketchbook_measure_layer_response
They need to be updated to match the protocol defined in #149:
sketchbook_status_request
tosketchbook_request:ping
sketchbook_status_response
tosketchbook_response:acknowledge
sketchbook_render_layers_request
tosketchbook_request:render
sketchbook_response:acknowledge
to a render requestsketchbook_measure_layer_request
tosketchbook_request:measure
sketchbook_measure_layer_response
tosketchbook_response:measure
id
fields to all messagessketchbook_response:measure
request to have alayer
fieldThe text was updated successfully, but these errors were encountered: