mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
9 lines
99 B
JavaScript
9 lines
99 B
JavaScript
module.exports = {
|
|
types: {
|
|
icon: {
|
|
sizes: [16, 24, 42],
|
|
webp: true
|
|
}
|
|
}
|
|
};
|