This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeScript 23 hrs 17 mins ███████████████████▉░ 95.0% | |
XML 26 mins ▍░░░░░░░░░░░░░░░░░░░░ 1.8% | |
CSS 12 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.8% | |
TSConfig 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.7% | |
Markdown 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.6% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function drawImage<Number extends number>({ | |
url, | |
width, | |
height, | |
path, | |
backgroundColor = 'transparent', | |
filter = 'none', | |
backgroundSize = 'cover' | |
}: { | |
url: string |