raylib_wasm

Function LoadImageSvg

source
pub unsafe extern "C" fn LoadImageSvg(
    fileNameOrString: *const c_char,
    width: c_int,
    height: c_int,
) -> Image