Add more themes and styles

This commit is contained in:
2025-04-18 11:59:55 +08:00
parent e73adf408e
commit db271eedf7
16 changed files with 332 additions and 1 deletions

View File

@@ -144,7 +144,8 @@ func TestDemo(t *testing.T) {
pn := NewPixelNebula()
// 设置风格和尺寸
pn.WithStyle(style.GirlStyle)
pn.WithStyle(style.MechStyle)
pn.WithTheme(1)
pn.WithSize(231, 231)
// 生成 SVG 并保存到文件