q2apro
q2apro
Hi Eric and team, just checked on your library to compare its features (and demos) against fabricjs and ocanvas and easeljs. Problem is that a lot of your demos are...
Could you add an example for PHP, I am stuck with this custom code: $uploadedFile = file_get_contents('ztest.jpg'); $ch = curl_init(); curl_setopt_array($ch, array( CURLOPT_RETURNTRANSFER => true, // receive server response CURLOPT_URL...
Maybe helpful for others: https://github.com/jonocarroll/mathpix You might want to add this to your examples / docs.
I am trying the svg.path.js plugin and want to draw an arc using it, since svgjs does not provide this feature out of the box, as it seems. Result should...
### Describe the bug I followed the docs https://www.usememos.com/docs/advanced-settings/custom-style-and-script and added ``` window.onload = function () { alert("Welcome to my custom Memos page!"); }; ``` to the custom Javascript section....
Feature request title: Remove predefined text when user clicks on it or moves the cursor or on first input/key event labels: enhancement assignees: * * * **Is your feature request...
**Is your feature request related to a problem? Please describe.** The photo app indexes all photos from folders. Also (in my case) thousands of screenshots in hundreds of /screenshots/ folders....
When a users views an image he has no idea where the image is located. It is very important to show where the image is coming from. **Describe the solution...
How to implement an autoplay for the image gallery that switches to the next element every x seconds? I have checked the documentation. This feature seems to be missing. Maybe...
I have not a scrollable body, but a scrollable DIV. Since the scrolling does not happen on the body, the lazyload images are not loaded. I have seen: ``` new...