{ "source": "JSON", "data": "CODE_TEMPLATE", "version": 0.1, "name": "webaudio", "type": "javascript.webaudio.", "description": "Javascript / webaudio code template", "language": "javascript", "command": "python3 -m webbrowser -t $dir_name$index.html\n", "code_parts": [ "onload", "function", "declaration", "execution", "html" ], "properties": [ { "name": "title", "label": "Title", "value": "Title", "type": "String" } ], "codes": { "index.html": "\n\n \n \n \n $prop[title]$\n \n \n \n \n\n \n $code[html]$\n \n\n", "theme.css": "\n/*\nDeveloped by: $author$\n*/\nhtml, body {\n background: #ffeead;\n color: #ff6f69;\n}\nh1, p {\n color: #ff6f69;\n}\n#navbar a {\n color: #ff6f69;\n}\n.item {\n background: #ffcc5c;\n}\nbutton {\n background: #ff6f69;\n color: #ffcc5c;\n}\n", "functions.js": "\n/*\nDeveloped by: $author$\n*/\n$single_code[function]$\n" } }