A Neptunia Character Sorter
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Leftover function

-7
-7
src/js/main.js
··· 835 835 } 836 836 } 837 837 838 - function getTextWidthArial(text) { 839 - const canvas = getTextWidthArial.canvas || (getTextWidthArial.canvas = document.createElement("canvas")); 840 - const context = canvas.getContext("2d"); 841 - context.font = 'Arial 12px'; 842 - return context.measureText(text).width; 843 - } 844 - 845 838 window.onload = init;