Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albinotonnina/parcel-plugin-inlinesvg
Parcel plugin to support inline SVG
https://github.com/albinotonnina/parcel-plugin-inlinesvg
parcel parcel-bundler plugin
Last synced: 2 months ago
JSON representation
Parcel plugin to support inline SVG
- Host: GitHub
- URL: https://github.com/albinotonnina/parcel-plugin-inlinesvg
- Owner: albinotonnina
- License: mit
- Created: 2017-12-12T03:30:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T09:04:25.000Z (about 5 years ago)
- Last Synced: 2024-10-14T07:49:53.761Z (3 months ago)
- Topics: parcel, parcel-bundler, plugin
- Language: JavaScript
- Homepage: https://parcel-inlinsvg.now.sh/
- Size: 393 KB
- Stars: 62
- Watchers: 4
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-parcel - Inline SVG - Plugin that enables inline svg support. (deprecated) (Plugins / Other)
README
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![Dependency Up-to-dateness][david-image]][david-url]
[![Build Status](https://travis-ci.org/albinotonnina/parcel-plugin-inlinesvg.svg?branch=master)](https://travis-ci.org/albinotonnina/parcel-plugin-inlinesvg)# RFC, 2019:
## Should this plugin be kept alive?
It does not work with new versions of Parcel [apparently](https://github.com/albinotonnina/parcel-plugin-inlinesvg/issues/9#issuecomment-412360600).
I may try to support it, ideally with your PRs as well. I'm not sure it's worth it. Please let me know.
---
# π¦πparcel-plugin-inlinesvg
A parcel plugin that enables inline svg support
[demo](https://parcel-inlinsvg.now.sh/)
## Installation
```bash
npm install parcel-plugin-inlinesvg -s
or
yarn add parcel-plugin-inlinesvg```
## Development/Contribution
### Running the example
```bash
npm run example
```## License
MIT License
[snyk-image]: https://snyk.io/test/github/albinotonnina/parcel-plugin-inlinesvg/badge.svg
[snyk-url]: https://snyk.io/test/github/albinotonnina/parcel-plugin-inlinesvg
[david-image]: https://david-dm.org/albinotonnina/parcel-plugin-inlinesvg.svg
[david-url]: https://david-dm.org/albinotonnina/parcel-plugin-inlinesvg