I found an example of how to draw sprites, for example here:
https://playground.babylonjs.com/#YCY2IL
The problem is that the rendering of images depends on the movement of the camera. I need to draw a picture A on the canvas at position x, y. The image will be drawn undistorted. The camera does not affect its drawing. How to do it? Thanks in advance.