Skip to content

Commit

Permalink
WIP moving to separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
javl committed May 2, 2023
1 parent 22127db commit 51315c0
Show file tree
Hide file tree
Showing 5 changed files with 3,225 additions and 968 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "airbnb-base",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ <h2>4. Output</h2>
</section>

<section class="sub-section">
<button type="button" class="generate-button" onclick="outputString()">Generate code</button>
<button type="button" class="generate-button" onclick="generateOutputString()">Generate code</button>
<button type="button" id = "copy-button" onclick="copyOutput()">Copy Output</button>
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file (.bin)</button>
<textarea id="code-output" class="code-output"></textarea>
Expand Down
Loading

0 comments on commit 51315c0

Please sign in to comment.