Is it possible to create in javascript(without connecting to server) image, that after creation can be placed on website? In example, I send only formula from server, and client creates image based on it which I can use as jpg/png/bmp background(and do repeating etc).
Is it possible to create in javascript(without connecting to server) image, that after creation
Share
Yes. There is a canvas element in HTML5. It can be used for 2d images and 3d animations etc.
Here is a set of tutorials about it.
Do you mean something like this:
Demo and with text