function f(i,e=60,d=""){i=i||"",e=e||60;var h=["#1abc9c","#2ecc71","#3498db","#9b59b6","#34495e","#16a085","#27ae60","#2980b9","#8e44ad","#2c3e50","#f1c40f","#e67e22","#e74c3c","#00bcd4","#95a5a6","#f39c12","#d35400","#c0392b","#bdc3c7","#7f8c8d"],l=String(i).split(" "),c,n,o,t,a,r;return l.length==1?c=l[0]?l[0].charAt(0):"?":c=l[0].charAt(0)+l[1].charAt(0),window.devicePixelRatio&&(e=e*window.devicePixelRatio),c=c.toLocaleUpperCase(),n=(c=="?"?72:c.charCodeAt(0))-64,o=n%20,t=document.createElement("canvas"),t.width=e,t.height=e,a=t.getContext("2d"),a.fillStyle=d||h[o-1],a.fillRect(0,0,t.width,t.height),a.font=Math.round(t.width/2)+"px 'Microsoft Yahei'",a.textAlign="center",a.fillStyle="#FFF",a.fillText(c,e/2,e/1.5),r=t.toDataURL(),t=null,r}export{f as l};