Add attribution notice to the audio player component (#14280)
The code for rendering a frequency graph around a circle has been adopted (with modifications) from a CodePen by Alex Permyakov
This commit is contained in:
parent
3ef94c0044
commit
a78b87d800
@ -21,6 +21,9 @@ const messages = defineMessages({
|
||||
download: { id: 'video.download', defaultMessage: 'Download file' },
|
||||
});
|
||||
|
||||
// Some parts of the canvas rendering code in this file have been adopted from
|
||||
// https://codepen.io/alexdevp/full/RNELPV by Alex Permyakov
|
||||
|
||||
const TICK_SIZE = 10;
|
||||
const PADDING = 180;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user