Skip to content

Commit

Permalink
Revert "Fix drawtext error (qbcore-framework#938)" (qbcore-framework#944
Browse files Browse the repository at this point in the history
)

This reverts commit 14340bb.
  • Loading branch information
r0adra93 authored Feb 10, 2023
1 parent 14340bb commit 29d159c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<link href="css/style.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quasar.umd.prod.js" defer></script>
<script type="module" src="js/app.js"></script>
<script src="js/drawtext.js"></script>
<link rel="stylesheet" href="css/drawtext.css">
</head>
<body style="font-family: 'Poppins', sans-serif">
<div id="q-app" style="min-height: 100vh"></div>
<div id="drawtext-container">
<div id="text" class="text"></div>
</div>
<script type="module" src="js/app.js"></script>
<script src="js/drawtext.js"></script>
</body>
</html>
</html>

0 comments on commit 29d159c

Please sign in to comment.