Skip to content

Commit f51c2f4

Browse files
committed
added fonts and minor improvements
1 parent 91fb892 commit f51c2f4

File tree

14 files changed

+52
-8
lines changed

14 files changed

+52
-8
lines changed

examples/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@aws-sdk/client-s3": "^3.629.0",
2020
"@aws-sdk/s3-request-presigner": "^3.629.0",
21-
"@diffusionstudio/core": "^1.0.0-beta.9",
21+
"@diffusionstudio/core": "^1.0.0-beta.11",
2222
"dotenv": "^16.4.5",
2323
"puppeteer": "^23.0.2"
2424
}

examples/scripting/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="stylesheet" href="/src/fonts.css">
78
<link rel="stylesheet" href="/src/style.css">
89
<title>Diffusion Studio Examples</title>
910
</head>

examples/scripting/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/scripting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vite-plugin-dynamic-import": "^1.5.0"
1717
},
1818
"dependencies": {
19-
"@diffusionstudio/core": "^1.0.0-beta.10"
19+
"@diffusionstudio/core": "^1.0.0-beta.11"
2020
},
2121
"optionalDependencies": {
2222
"@rollup/rollup-linux-x64-gnu": "4.9.5"
94.5 KB
Binary file not shown.
95.2 KB
Binary file not shown.
94.4 KB
Binary file not shown.
94.5 KB
Binary file not shown.
94.6 KB
Binary file not shown.
94.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)