漂浮线段特效

This commit is contained in:
Vixcity
2023-01-30 15:06:41 +08:00
parent 7bfc5610b6
commit f1f9f28a3a
20 changed files with 153 additions and 50 deletions

View File

@@ -1,15 +1,10 @@
/* eslint-disable */
/**
* https://codepen.io/juliangarnier/pen/gmOwJX
* custom by hexo-theme-yun @YunYouJun
*/
import React from 'react'
export const Sakura = () => {
React.useEffect(() => {
createSakura({})
}, [])
// return <canvas id="fireworks" className="fireworks"></canvas>
}
/**