Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Feb 13, 2024
0 parents commit 8573812
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.d118ef60.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.d118ef60.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions index.e01604c2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.e01604c2.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html style="box-sizing:border-box;height:100%"><head><link rel="stylesheet" href="/coverator/index.e01604c2.css"><title>Parcel Sandbox</title><meta charset="utf-8"></head><body style="box-sizing:border-box;height:100%"> <div style="flex-flow:column;height:100%;display:flex"> <table id="input-table" style="flex:0 auto"> <tbody> <tr> <th>Name</th> <th>Value</th> </tr> <tr style="color:#7b0f71"> <td>Full cover height</td> <td> <input id="fullHeight" type="number" min="0" value="11.5"> in </td> </tr> <tr style="color:#7b0f71"> <td>Full cover width</td> <td> <input id="fullWidth" type="number" min="0" value="17.139"> in </td> </tr> <tr style="color:#5bcc65"> <td>Cover width</td> <td> <input id="coverWidth" type="number" min="0" value="7.944"> in </td> </tr> <tr style="color:#79c4e5"> <td>Margin</td> <td> <input id="margin" type="number" min="0" value="0.25" d> in </td> </tr> <tr style="color:#ec00ff"> <td>Spine</td> <td> <input id="spineWidth" type="number" min="0" value="1.25"> in </td> </tr> <tr style="color:#ea7c25"> <td>Spine Margin</td> <td> <input id="spineMargin" type="number" min="0" value="0.75"> in </td> </tr> <tr style="color:#c11883"> <td>Bleed</td> <td><input id="bleed" type="number" min="0" value="0.625"> in</td> </tr> <tr style="color:#ff5a00"> <td>Barcode Width</td> <td> <input id="barcodeWidth" type="number" min="0" value="1.5"> in </td> </tr> <tr style="color:#ff5a00"> <td>Barcode Height</td> <td> <input id="barcodeHeight" type="number" min="0" value="1.125"> in </td> </tr> </tbody> </table> <div style="flex:0 auto;margin:2em"> <button id="compute" disabled>Compute</button> <button id="save-pdf" disabled>Save PDF</button> <button id="save-svg" disabled>Save SVG</button> <button id="copy-svg" disabled>Copy SVG</button> <span id="loading">Loading ...</span> </div> <div style="flex:1"> <table style="width:100%;height:100%"> <tr style="width:100%;height:1em"> <th>SVG</th> <th>PDF</th> </tr> <tr style="width:100%"> <td style="width:50%"> <iframe id="lhs-display-frame" width="95%" height="95%" src="about:blank"></iframe> </td> <td style="width:50%"> <iframe id="rhs-display-frame" width="95%" height="95%" src="about:blank"></iframe> </td> </tr> </table> </div> <div> <textarea id="copy-text" style="position:absolute;top:-1000px;left:-1000px"></textarea> </div> </div> <script src="/coverator/index.d118ef60.js" type="module"></script> </body></html>
362 changes: 362 additions & 0 deletions template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8573812

Please sign in to comment.