Three js, mockup generator
Budget: $30 – $250 USD
I need a script that would run on server that accepts post requests in a form of Json data.
The script will take the json data and generates a mockup image and send it back as response in form of image.
The mockup would be pre determined with place ids, and image url that will be placed in that specific area. the json data will come in a form of like this
{"designId":"0125,"objects":[{"place_id":1014,"image":{"src":"https://www.exampleurl.com/example.png"}}]}
the designId refers to the design as there will be many designs stored in the db.
place_id refers to the place in the mockup, for example a mockup of a tshirt, will have front area, neck area, pocket area .....
src is the image url that should be placed on the area to render.
I know three js can offer something like this, but if you know other library im open to use it.
The script will take the json data and generates a mockup image and send it back as response in form of image.
The mockup would be pre determined with place ids, and image url that will be placed in that specific area. the json data will come in a form of like this
{"designId":"0125,"objects":[{"place_id":1014,"image":{"src":"https://www.exampleurl.com/example.png"}}]}
the designId refers to the design as there will be many designs stored in the db.
place_id refers to the place in the mockup, for example a mockup of a tshirt, will have front area, neck area, pocket area .....
src is the image url that should be placed on the area to render.
I know three js can offer something like this, but if you know other library im open to use it.