mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
Merge pull request #45 from journey-ad/master
Merge master branch to replit
This commit is contained in:
commit
814b1e347c
@ -53,7 +53,7 @@ function getCountImage({ count, theme='moebooru', length=7 }) {
|
||||
}, '')
|
||||
|
||||
return `<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="${x}" height="${y}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="${x}" height="${y}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="image-rendering: pixelated;">
|
||||
<title>Moe Count</title>
|
||||
<g>
|
||||
${parts}
|
||||
@ -64,4 +64,4 @@ function getCountImage({ count, theme='moebooru', length=7 }) {
|
||||
|
||||
module.exports = {
|
||||
getCountImage
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user