This commit is contained in:
waveringana 2023-12-11 12:03:33 -05:00
parent 604692ca2a
commit bd30f3ec85
9 changed files with 121 additions and 66 deletions

View file

@ -1,8 +1,30 @@
/* eslint-disable no-undef */
/* eslint no-use-before-define: 0 */
/* eslint-env browser: true */
let newMediaList;
const videoExtensions = [
".mp4",
".mov",
".avi",
".flv",
".mkv",
".wmv",
".webm",
];
const imageExtensions = [
".jpg",
".jpeg",
".png",
".gif",
".bmp",
".svg",
".tiff",
".webp",
];
function copyURI(evt) {
evt.preventDefault();
navigator.clipboard