D
D
doc geek2017-08-29 19:59:39
Canvas
doc geek, 2017-08-29 19:59:39

How do I change the image through canvas?

here is the Docgeek.ru site, how can I change the picture where I need to erase to win, to this one, through canvasd591556c6c664738b98227e448f0c39c.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2017-08-29
@sergiks

In the /assets/js/base.js script, this image is set in a variable. image.src = 'data:image/png;base64,...
You need to convert your image to the desired size 190x140, then encode it in base64 and substitute it in that script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question