schnee effeckt und fehler Korektur
This commit is contained in:
25
node_modules/is-svg/readme.md
generated
vendored
25
node_modules/is-svg/readme.md
generated
vendored
@@ -1,23 +1,30 @@
|
||||
# is-svg [](https://travis-ci.org/sindresorhus/is-svg)
|
||||
|
||||
> Check if a String/Buffer is [SVG](http://en.wikipedia.org/wiki/Scalable_Vector_Graphics)
|
||||
# is-svg
|
||||
|
||||
> Check if a string or buffer is [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
$ npm install --save is-svg
|
||||
```
|
||||
|
||||
$ npm install is-svg
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const isSvg = require('is-svg');
|
||||
|
||||
isSvg('<svg xmlns="http://www.w3.org/2000/svg"><path fill="#00CD9F"/></svg>');
|
||||
//=> true
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
||||
<div align="center">
|
||||
<b>
|
||||
<a href="https://tidelift.com/subscription/pkg/npm-is-svg?utm_source=npm-is-svg&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
|
||||
</b>
|
||||
<br>
|
||||
<sub>
|
||||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
|
||||
</sub>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user