kakaroto / R20Exporter

Script to export Roll 20 campaign into a zip file.
54 stars 14 forks source link

Fix exporting Jumpgate game #46

Open kakaroto opened 2 months ago

kakaroto commented 2 months ago

Looks like Jumpgate uses a different format for drawings, the data.paths of a page. The JSON.parse of the path field will crash because it will be an empty string. We should instead JSON.parse the points field.