Skip to content

Commit 29287d6

Browse files
authored
Update README.md
1 parent 478a96e commit 29287d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# mdsvex-enhanced-images
2+
![NPM Downloads](https://img.shields.io/npm/dt/%40lzinga%2Fmdsvex-enhanced-images)
3+
4+
25
Allows you to use relative urls to images from the markdown file while also using the enhanced:img library from @sveltejs/enhanced-img.
36

47
Thanks to https://github.com/mattjennings/mdsvex-relative-images as I used it as a base for this. It could probably be a lot more dynamic and allow custom configurations, but for now. This is all I needed. If you have a recommended change please do a pull request.
@@ -7,7 +10,7 @@ Thanks to https://github.com/mattjennings/mdsvex-relative-images as I used it as
710
# Usage
811
Install the package
912
```
10-
npm install mdsvex-relative-images
13+
npm i @lzinga/mdsvex-enhanced-images
1114
```
1215

1316
Configure the package in your mdsvex config.

0 commit comments

Comments
 (0)