erisa pixelated
This commit is contained in:
parent
3d6d4a1d10
commit
db9d75f86c
2 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ color() {
|
||||||
system-image() {
|
system-image() {
|
||||||
local color="$1"
|
local color="$1"
|
||||||
local url="$2"
|
local url="$2"
|
||||||
|
local imageRendering="${3:-auto}"
|
||||||
local altText="$(cat /dev/stdin)"
|
local altText="$(cat /dev/stdin)"
|
||||||
|
|
||||||
echo "<img src=\"${url}\" alt=\"${altText}\" style=\"width:150px;height:150px;border:${color} solid;border-width:0 5px 5px 0;\" />"
|
echo "<img src=\"${url}\" alt=\"${altText}\" style=\"image-rendering:${imageRendering};width:150px;height:150px;border:${color} solid;border-width:0 5px 5px 0;\" />"
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd="$1"
|
cmd="$1"
|
||||||
|
|
|
@ -154,11 +154,11 @@ note: seeing a tag code like ^n+6 implies it is both noe and #6.
|
||||||
[em(b):[invoke(utils)(color #ca85f1):erisa]] ^e - erisa (avoid "you") (it/its ok)
|
[em(b):[invoke(utils)(color #ca85f1):erisa]] ^e - erisa (avoid "you") (it/its ok)
|
||||||
|
|
||||||
[em(i)::
|
[em(i)::
|
||||||
41666-μ :: smol scribbler
|
41666-μ :: smol scribbler angel
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
- - [invoke(utils)(system-image #ca85f1 https://noe.sh/yay/erisa.png):erisa's avatar]
|
- - [invoke(utils)(system-image #ca85f1 https://noe.sh/yay/erisa.png pixelated):erisa's avatar]
|
||||||
|
|
||||||
- erisa likes to draw and not be bothered
|
- erisa likes to draw and not be bothered
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue