mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
export default class Media
|
|
{
|
|
file = null;
|
|
type = 'image/png';
|
|
altText = null;
|
|
}
|