canvas-text-wrapper
canvas-text-wrapper copied to clipboard
index.d.ts returns void when it should be string[] (lines)
As the title says, the index.d.ts specifies the CanvasTextWrapper method to return void but due to other recent changes it actually returns lines (string[]).