Wave Effect: Compress assets (#5792)
This commit is contained in:
parent
fc2d973453
commit
71b7c9e9bb
1
src/@types/global.d.ts
vendored
1
src/@types/global.d.ts
vendored
@ -62,6 +62,7 @@ type AllEmojis = Record<string, Emoji | EmojiWithSkins>;
|
||||
|
||||
// Declare supported for import formats as modules
|
||||
declare module '*.png';
|
||||
declare module '*.jpg';
|
||||
declare module '*.svg';
|
||||
declare module '*.tgs';
|
||||
declare module '*.wasm';
|
||||
|
||||
BIN
src/assets/wave_ripple.jpg
Normal file
BIN
src/assets/wave_ripple.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB |
@ -16,7 +16,7 @@ import useLastCallback from '../../../hooks/useLastCallback';
|
||||
|
||||
import styles from './WaveContainer.module.scss';
|
||||
|
||||
import waveRipple from '../../../assets/wave_ripple.png';
|
||||
import waveRipple from '../../../assets/wave_ripple.jpg';
|
||||
|
||||
type StateProps = {
|
||||
waveInfo?: TabState['wave'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user