Jiří Hon

Results 2 issues of Jiří Hon

According to https://replicad.xyz/docs/use-as-a-library OpenCascadeInstance should be created by calling the init function exported from `replicad-opencascadejs/src/replicad_single.js` with single argument (defining locateFile function). However, TypeScript reports `Expected 0 arguments, but got 1.`....

This fixes TypeScript problem described in issue #54. The pach adds the missing argument to the init function. For simplicity, the type of the argument is set to `any`. Exact...