🐧
- Germany
Pinned Loading
-
-
-
Rotate base64 image (Javascript)
Rotate base64 image (Javascript) 1function rotate(srcBase64, degrees, callback) {
2const canvas = document.createElement('canvas');
3const ctx = canvas.getContext('2d');
4const image = new Image();
5 -
openfire-restAPI-plugin
openfire-restAPI-plugin PublicForked from igniterealtime/openfire-restAPI-plugin
Allows Openfire administration over a RESTful API.
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.