Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 528 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 528 Bytes

Instagram Post Maker

In order to automate the constant job I had of building Instagram posts using design softwares from the same template over and over again, this app handles the data in JSON format and generate everything effortlessly.

How does it work

It works in a fun and hacky way, turning DOM elements into canvas with html2canvas, then the canvas into .png.

All the processing is made entirely client-side, where the renderizations are made off screen (but totally visible).