2

I'm currently using Konva.js within my Vue.js application. I'm wondering, what measurement unit are they using in Konva.js? I got an array of objects, when I increase the y-value by 20 it's just moving a tiny bit.

1 Answers1

1

Konva is using CSS pixels for measurement.

lavrton
  • 18,973
  • 4
  • 30
  • 63