summaryrefslogtreecommitdiff
path: root/modules/script/cairo.js
blob: 3401f3d607c0e2725683faa2e550ffa7403829c4 (plain)
1
2
3
4
5
6
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2010 litl, LLC.

// Merge stuff defined in the shared imports._cairo and then in native code
Object.assign(this, imports._cairo, imports.cairoNative);