feat: add easy-jyy Slidev theme
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "slidev-theme-easy-jyy",
|
||||
"version": "0.2.0",
|
||||
"description": "JYY-inspired presentation theme for easy-slides and Slidev",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"keywords": ["slidev-theme", "slidev"],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.12.0",
|
||||
"slidev": ">=52.0.0"
|
||||
},
|
||||
"slidev": {
|
||||
"defaults": {
|
||||
"aspectRatio": "4/3",
|
||||
"canvasWidth": 1024,
|
||||
"colorSchema": "light",
|
||||
"fonts": {
|
||||
"sans": "Lato,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif",
|
||||
"mono": "Inconsolata,JetBrains Mono,Fira Code,monospace",
|
||||
"serif": "Noto Serif SC,STKaiti,KaiTi,serif"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@slidev/client": "52.19.1",
|
||||
"@slidev/types": "52.19.1",
|
||||
"markdown-it-attrs": "4.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user