Branch data Line data Source code
1 : : // SPDX-License-Identifier: MIT OR LGPL-2.0-or-later 2 : : // SPDX-FileCopyrightText: 2020 Evan Welsh <contact@evanwelsh.com> 3 : : 4 : 1 : const cairo = import.meta.importSync('cairoNative'); 5 : : 6 : 2 : export default Object.assign( 7 : 1 : {}, 8 : 1 : imports._cairo, 9 : 1 : cairo 10 : : );