Freighter is available in a variety of forms, allowing you to choose type that best fits your needs. Choose from source code (written in TypeScript), bundled JavaScript (available as a UMD or ES6 module), or check out the project on GitHub or NPM.
Freighter is written in TypeScript, and its source code is available for you to download. Download this version of the package if you want to experiment with the code or contribute to the project.
Freighter is bundled using Webpack into two module formats:
ES6 and UMD. Download this version of the package if you want to use
Freighter in a project that utilizes the ES6 module format (uses
the import
keyword ).
Freighter is bundled using Webpack into two module formats:
ES6 and UMD. Download this version of the package if you want to use
Freighter in a project that utilizes the UMD module format
(linked via a <script>
tag ).