FlorisSteenkamp / MAT

Medial Axis Transform - Library
119 stars 23 forks source link

compile error due to non-ascii character #32

Closed Goodhao closed 1 year ago

Goodhao commented 1 year ago

I am new to typescript. When I tried to use tsc index.ts to compile your code, I got errors like this:

node_modules/flo-bezier3/node/implicit-form/exact/get-implicit-form1-.d.ts:7:5 - error TS1131: Property or signature expected.

7 vₓ: number; ~

Maybe it is caused by non-ascii character in your code? How can I fix it?

hariharan382 commented 1 year ago

Do you any have idea on how this algorithm works?, If yes please can you help me out