We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this package in a typescript project and i'm not able to use .addImageDef
.addImageDef
I'm getting the error
Property 'addImageDef' does not exist on type 'DxfWriter'
Below is the screenshot - in the screenshot this.exporter is the DxfWriter
this.exporter
DxfWriter
The text was updated successfully, but these errors were encountered:
Hi,
If you are using the alpha version, the image entity still not implemented.
Its only supported in the v2
Regards
Sorry, something went wrong.
I'm using version ^2.8.9
^2.8.9
Ok cool
You should call that method on the objects object like this:
objects
this.exporter.document.objects.addImageDef("...")
The docs are messy sorry.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: