#pragma once #include "../../Matrix.h" #include namespace cru::platform::graphics::web_canvas { emscripten::val CreateDomMatrix(const Matrix& matrix); }