mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 23:37:43 -05:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
export default class Media
|
|
{
|
|
file = null;
|
|
type = 'image/png';
|
|
altText = null;
|
|
}
|