tags:

views:

6

answers:

1

I am looking to implement a way for people to preview what a personalised product will look like with their chosen text.

So as they type a word the image changes based on the text they have input in a similar way to how myfonts.com works.

Prefrebly this will be built using javascript

A: 

Javascript cannot build images. You can however overlay text on an image in a floating div, but you would be limited to horizontal only.

Neil N