Skip to content

Commit

Permalink
[UPDATE] Matrix rain
Browse files Browse the repository at this point in the history
  • Loading branch information
deCaldas committed Sep 20, 2024
1 parent 6514946 commit 99ae77b
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion components/MatrixRain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ const MatrixRain = () => {
useEffect(() => {
const canvas = document.querySelector('#my-canvas')
const context = canvas.getContext('2d')
const content = 'Whiskey Diego 是一名 Web 開發人員和資料工程師。'.split('')
const content =
'我叫 Diego Whiskey,是一名數位行銷人員、Web 開發人員和資料工程師,專門研究 JavaScript 和 Node.js'.split(
''
)

const matrixRain = () => {
const { width, height } = canvas
Expand Down
2 changes: 1 addition & 1 deletion out/404.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/portfolio.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/portfolio/forSale.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/portfolio/webPage.html

Large diffs are not rendered by default.

0 comments on commit 99ae77b

Please sign in to comment.