We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

GENERATE IMAGE FROM CONFIGURATOR

Home Forums Programming GENERATE IMAGE FROM CONFIGURATOR

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39495
    quellolee96
    Participant

    Hi, there is a funcion for export an image of the product created with the verge app?

    #39497
    matthijsbinmat
    Customer

    You could use the screenshot function for that

    #40377
    thomasup
    Customer

    in javascript, you can use this to create a screenshot as a blob image, and use it, as download, or set it as an image:

    var img = app.renderer.domElement.toDataURL("image/png");
    document.getElementById(imgId).src = img;
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.