Skip to content

Commit 7973332

Browse files
committed
add workflow name
1 parent 64380ca commit 7973332

File tree

5 files changed

+42
-40
lines changed

5 files changed

+42
-40
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on: push
2+
name: Test
23
jobs:
34
test:
45
runs-on: ubuntu-latest

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,3 @@ export const svgPath: (blobOptions: BlobOptions) => string;
110110
## License
111111

112112
[MIT](./LICENSE)
113-
114-
<p align="center">
115-
<br><br>
116-
<img width="100" src="./assets/logo-grey.svg?sanitize=true" />
117-
</p>

assets/logo-word-white.svg

Lines changed: 0 additions & 34 deletions
This file was deleted.

assets/logo.svg

Lines changed: 40 additions & 0 deletions
Loading

index.animated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
// Use logo word asset to cut out from the generated blob.
8787
const logoWord = new Image();
88-
logoWord.src = "./assets/logo-word-white.svg";
88+
logoWord.src = "./assets/logo.svg";
8989

9090
// Create animation and draw its frames in `requestAnimationFrame` callbacks.
9191
const animation = blobs2Animate.canvasPath();

0 commit comments

Comments
 (0)