bpmn-io / bpmn-js-sketchy

A sketchy renderer for bpmn-js.
https://cdn.statically.io/gh/bpmn-io/bpmn-js-sketchy/main/demo/index.html
27 stars 9 forks source link

wrapable for a Camunda-Modeler plugin? #1

Closed StephenOTT closed 6 years ago

StephenOTT commented 6 years ago

I loooked to wrap this into a modeler plugin, but seems to have a bable issues for the browserify.

Is it possible?

The tests for this package seem to be broken as well.

nikku commented 6 years ago

but seems to have a bable issues for the browserify.

What kind of issues does it seem to have?

nikku commented 6 years ago

The tests for this package seem to be broken as well.

This is due to a breaking change introduced in the upstream sketchy rendering toolkit. Fixed via https://github.com/bpmn-io/bpmn-js-sketchy/commit/1a4c9d39bafc85c66e385457de6efc9b652abe81.

StephenOTT commented 6 years ago

thanks @nikku