Skip to content

Commit

Permalink
chore: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 30, 2024
1 parent 7ce0503 commit be241da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ module.exports = {
## Usage

```ts
import text2 from './js.js?raw'
import text3 from './jsx.jsx?raw'
import text from './ts.ts?raw'
import text from './js.js?raw'
import text2 from './jsx.jsx?raw'
import text3 from './ts.ts?raw'
import text4 from './with.js' with { type: 'text' }
```

## Sponsors
Expand Down

0 comments on commit be241da

Please sign in to comment.