odin-blend2d

Odin bindings to Blend2D
Log | Files | Refs | README | LICENSE

index.js (345B)


      1 // This file is part of AsmJit project <https://asmjit.com>
      2 //
      3 // See <asmjit/core.h> or LICENSE.md for license and copyright information
      4 // SPDX-License-Identifier: Zlib
      5 
      6 "use strict";
      7 
      8 exports.base = require("./base.js");
      9 exports.aarch32 = require("./aarch32.js");
     10 exports.aarch64 = require("./aarch64.js");
     11 exports.x86 = require("./x86.js");