# About

## MayoGL

#### A *light weight* **web** 2D graphics library

MayoGL (**Mayo**nnaise **G**raphics **L**ibrary) is a light weight graphics library at only *720 bytes*(es module, non minified, non gzipped)!

Based on the simple principle of being as bare bones as possible, the intentions of this graphics library is not make graphics directly with it (though possible) but to wrap it in a graphics engine that abstracts the api.

Here you get a reference to the display and a few drawing and helper functions and that's it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://imagineee.gitbook.io/mayo-gl/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
