Sasha Sorokin 5051ad91ff Fix ambiguous default export (#113)
Currently Omorphia's index file has both the default and named exports.
While this is totally supported by native ESM, it's pretty hard for
transpilers to process and may lead to situations where named exports
cannot be imported directly, requiring destructuring on the default
import. For this and just consistency reasons, you'd usually avoid
mixing default and named exports.

This commit removes the default export, making it just an another named
export called `plugin`.

BREAKING CHANGE: plugin is now exported using `plugin` export, rather
than the default export.
2023-11-13 13:36:07 -07:00
2023-11-13 13:36:07 -07:00
2023-11-13 13:36:07 -07:00
2023-10-14 15:43:57 +02:00
2023-10-14 15:43:57 +02:00
2023-03-26 17:32:25 -07:00
2023-11-11 17:03:58 -05:00
2023-11-13 12:58:33 -07:00
2023-11-11 17:03:58 -05:00
2023-03-13 13:28:30 -07:00
2023-11-11 17:03:58 -05:00
2023-10-14 15:43:57 +02:00

omorphia

Omorphia is modrinth's style and component library. See omorphia.modrinth.com for more information.

Description
A modern launcher based on Modrinth. No built-in/external advertising or telemetry. Fully compatible with the original Modrinth without broken mechanics.
Readme 118 MiB
Languages
Rust 45.9%
Vue 37.2%
TypeScript 11.3%
HTML 2.6%
JavaScript 1.5%
Other 1.4%