visual-song 0.14.1 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -6417,6 +6417,9 @@ const VisualSong = /*#__PURE__*/ forwardRef(function VisualSong({ style, backgro
|
|
|
6417
6417
|
},
|
|
6418
6418
|
clearSoundTexture () {
|
|
6419
6419
|
playerRef.current.clearSoundTexture();
|
|
6420
|
+
},
|
|
6421
|
+
getCanvasRef () {
|
|
6422
|
+
return canvasRef.current;
|
|
6420
6423
|
}
|
|
6421
6424
|
}), []);
|
|
6422
6425
|
useEffect(()=>{
|