canirequire › Dual (CommonJS + ESM) › figlet
Is figlet ESM-only? Can you require() it?
Creates ASCII Art from text. A full implementation of the FIGfont spec.
Last verified Sep 9, 2026 against figlet@1.11.4. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
figlet publishes both a CommonJS entry and a native ESM entry (ESM added in 1.9.0). require("figlet") and import "figlet" both work on every supported Node.js version and in Bun.
Does figlet@1.11.4 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("figlet") from a CommonJS file and import "figlet" from an ES module.
| Runtime | require("figlet") | import "figlet" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import figlet
ES modules (import)
import figlet from "figlet";CommonJS (require)
const figlet = require("figlet");Module format by version
Derived from the type, main and exports fields of every stable release on npm (37 versions; the newest 37 shown).
| Versions | Format | First published |
|---|---|---|
| 1.9.0 – 1.11.4 | Dual (CommonJS + ESM) | Sep 8, 2025 |
| 1.0.1 – 1.8.2 | CommonJS | Dec 23, 2013 |
Frequently asked
Is figlet ESM-only?
figlet@1.11.4 ships CommonJS and ESM builds. figlet publishes both a CommonJS entry and a native ESM entry (ESM added in 1.9.0). require("figlet") and import "figlet" both work on every supported Node.js version and in Bun.
Can I require figlet?
Yes. figlet ships a CommonJS entry, so require("figlet") works on every Node.js version, alongside the native ESM entry for import.
Does figlet work in Bun?
Yes. import "figlet" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does figlet ship TypeScript types?
Yes. figlet bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- stylus 0.64.0CommonJS
- babel-plugin-named-asset-import 0.3.8CommonJS
- eslint-config-standard 17.1.0CommonJS
- @testing-library/react-hooks 8.0.1CommonJS
- react-scripts 5.0.1CommonJS
- babel-eslint 10.1.0CommonJS
- stylelint-order 8.1.1ESM-only
- svelte-check 4.7.6CommonJS