1 2 3 4 5 6 7 8 9
#pragma once #include "../../Matrix.h" #include <emscripten/val.h> namespace cru::platform::graphics::web_canvas { emscripten::val CreateDomMatrix(const Matrix& matrix); }