How to add scripts using fastn
language?
#965
Answered
by
Arpita-Jaiswal
Arpita-Jaiswal
asked this question in
Q&A
-
We want to add some scripts using The code in HTML looks like this: <script type="text/javascript" src="https://unpkg.com/[email protected]/dist/web3.min.js"></script>
<script type="module" src="sample.js"></script> What is the corresponding code in |
Beta Was this translation helpful? Give feedback.
Answered by
Arpita-Jaiswal
Jun 14, 2023
Replies: 1 comment
-
We can add scripts using the common attribute In
Note:Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Arpita-Jaiswal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can add scripts using the common attribute
js
.In
<some-file>.ftd
Note:
Use
//unpkg.com/[email protected]/dist/web3.min.js
instead ofhttps://unpkg.com/[email protected]/dist/web3.min.js
.We are working on the new syntax. Checkout #967 to know more