h!draw
: It allows you to draw images to owot!-x "<number>"
: X Position of the image.-y "<number>"
: Y position of the image.-url "<url>"
: Image url.-s "[number]"
: Scale factor of the image. (Maximum: 3, Minimum: 0.01, Default: 0.5, Optinal)-p
: Changes scaling method toNEAREST_NEIGHBOR
so basicly works much better with pixelarts. (Optinal)
-c
: Centers the output image based on given position. (Optinal)
BASE URL:
https://spotifypresence.armagan.rest/
Base URL:
/embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "concrete", | |
"meta": 15, | |
"color": "080A0F" | |
}, | |
{ | |
"name": "concretepowder", | |
"meta": 15, | |
"color": "16171D" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const FETCH_POST_URL = "http://requestbin.net/r/16zlov01"; | |
function onSubmit(e) { | |
let currentForm = FormApp.getActiveForm(); | |
let allFormResponses = currentForm.getResponses(); | |
let lastestResponse = allFormResponses[allFormResponses.length - 1]; | |
let formResponses = lastestResponse.getItemResponses(); | |
let _formId = lastestResponse.getId(); | |
let _formTitle = currentForm.getTitle(); |
NewerOlder