Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 1.13 KB

File metadata and controls

34 lines (15 loc) · 1.13 KB

INVISION EXPORT APP

Host you InVision Prototype Data Export in an clear Laravel Wrapper App.

demo.mp4

TODO:

  • Extract Name from Invision export

  • Extract Slugs from Invision export

  • Add Auth and Public Share Links

  • Extract Data from:

Comment form BenNadel:

The exports were designed such that the data in the export is actually stored in a separate file (config.js). This is a JavaScript file (which I had to use in order to make it work on a user's local file system); but, the data is delimited by two comments, example:

1435ce9d-560f-442e-9b8e-25017d7a5f30

So, if you ever wanted to access the data using PHP you could read-in this file, extract the bits between the two comment land-marks, decode the hex-encoded characters, and then deserialize the JSON, and you'd have the data that is powering the experience.

  • Instead of showing the Iframe collect all Data to create a real replacement

Insallation

coming soon