skip to Main Content

Javascript – canvas drawImage() render Font Awesome Icon

I need to render font awesome image using canvas drawImage(). The drawImage accept image argument: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage#image An element to draw into the context. The specification permits any canvas image source, specifically, an HTMLImageElement, an SVGImageElement, an HTMLVideoElement, an HTMLCanvasElement, an…

VIEW QUESTION
Back To Top
Search