mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 03:32:54 +00:00
12 lines
126 B
JavaScript
12 lines
126 B
JavaScript
|
|
|
|
imports.gi.versions.GdkPixbuf = '2.0'
|
|
const GdkPixbuf = imports.gi.GdkPixbuf;
|
|
|
|
module.exports = GdkPixbuf;
|
|
|
|
|
|
|
|
|
|
|