Skip to content
S
Spellkit
Tools
Guides
한
한국어
EN
English
All tools
/
JS Bundler
JS Bundler
Bundle JavaScript in the browser.
Read the guide →
Bundle / minify
Minify
Your JS / TS code
// Paste JS or TS — it gets transpiled and (optionally) minified. type User = { name: string }; const greet = (u: User): string => `Hello, ${u.name}!`; console.log(greet({ name: "Spellkit" }));
Output