Skip to content

Commit 753929b

Browse files
committed
Apply changesets and update CHANGELOG
1 parent c43680a commit 753929b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@
1010

1111
**Lightweight ESBuild/TSUP plugin to import files as raw content — zero config required.**
1212

13-
> Import `.ts`, `.js`, `.css`, `.scss`, `.md`, `.html`, `.docx`, and more — perfect for documentation, live editors (`react-live`), markdown tooling, or template-driven workflows.
14-
> Power users: Load `.docx` templates directly for [mdast2docx](https://github.com/md2docx/mdast2docx).
13+
> 🔌Import `.ts`, `.js`, `.css`, `.scss`, `.md`, `.html`, `.docx`, and more — perfect for documentation, live editors (`react-live`), markdown tooling, or template-driven workflows.
14+
> ⚡️Power users: Load `.docx` templates directly for [mdast2docx](https://github.com/md2docx/mdast2docx).
1515
1616
> <img src="https://raw.githubusercontent.com/mayank1513/mayank1513/main/popper.png" style="height: 20px"/> Star [this repository](https://github.com/react18-tools/esbuild-raw-plugin) and share it with your dev circle.
1717
1818
---
1919

2020
## 🚀 Features
2121

22+
> 🔥 Import any file as raw content with zero config in ESBuild or TSUP — text, base64, binary, docx templates & more!\
23+
> ⚡️ Fast, smart, and extensible → `esbuild-raw-plugin`
24+
2225
- 🔧 Supports `?raw`, `?text`, `?base64`, `?dataurl`, `?binary`, and `?file` query suffixes
2326
- 🧠 Smart fallback to extensions like `.ts`, `.tsx`, `index.[ext]`, etc.
2427
- 🔍 Custom loader mapping (e.g., `module.scss``text`, `png``dataurl`)

0 commit comments

Comments
 (0)