Open AnweshGangula opened 8 months ago
Hi,
If you are using the alpha version, the image entity still not implemented.
Its only supported in the v2
Regards
I'm using version ^2.8.9
Ok cool
You should call that method on the objects
object like this:
this.exporter.document.objects.addImageDef("...")
The docs are messy sorry.
Regards
I'm using this package in a typescript project and i'm not able to use
.addImageDef
I'm getting the error
Property 'addImageDef' does not exist on type 'DxfWriter'
Below is the screenshot - in the screenshot
this.exporter
is theDxfWriter