# MYCURE OSS

## Vue Breathing Colors

- [Vue Breathing Colors](https://oss.mycure.md/vue-breathing-colors/vue-breathing-colors.md): Vue Breathing Colors is a vue directive used to change background color of any component in a "breathing like" manner.

## Vue HTML to Paper

- [Vue HTML to Paper](https://oss.mycure.md/vue-html-to-paper/vue-html-to-paper.md): Vue mixin for paper printing html elements.

## Welcome

- [MYCURE OSS](https://oss.mycure.md/mycure-oss.md): MYCURE OSS Projects

## Vue Jitsi Meet

- [Vue Jitsi Meet](https://oss.mycure.md/vue-jitsi-meet/vue-jitsi-meet.md): Vue component for Jitsi Meet Web Integration via IFrame.

## Vue Html2Canvas

- [Vue HTML2Canvas](https://oss.mycure.md/vue-html2canvas/vue-html2canvas.md): Vue mixin for Html2Canvas

## Vue Wysiwyg

- [Vue Wysiwyg](https://oss.mycure.md/vue-wysiwyg/vue-wysiwyg.md): A simple wysiwyg editor for Vue.js by MYCURE Inc.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://oss.mycure.md/mycure-oss.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.
