mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 16:22:50 +00:00
9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
|
|
import Cairo from 'cairo';
|
|
|
|
// cairo doesn't have named exports, see https://gitlab.gnome.org/GNOME/gjs/-/blob/c2a714f348d6848037f072063e0a914fd537c4f4/installed-tests/js/testCairoModule.js#L14
|
|
export default Cairo;
|
|
|
|
|
|
|