logo for nodejs binding

This commit is contained in:
Nishi 2026-04-19 06:17:13 +09:00
commit f4087440aa
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

View file

@ -4,11 +4,19 @@
object {
text {
ttf "resource/font/IBMPlexSerif.ttf",
#ifdef(NODEJS)
"for Node.JS",
#else
"Milsko Toolkit",
#end
1, 0
}
scale 2
#ifdef(NODEJS)
translate <5, -1, -1>
#else
translate <2.5, -1, -1>
#end
pigment {
color White
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After