mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 07:26:45 +00:00
漂浮线段特效
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user