2D graphics Library Recommendations

Hi, I am making a browser engine in Julia, could you please recommend a drawing/graphics library to use?

Do you mean a graphical user interface (GUI)?

Actually, I meant something like Cairo.jl.

Cairo was the engine for Firefox, for a while. I think Chrome (and Firefox) now use Skia. There’s a Skia.jl package, but that probably requires some updating.