simply-beautiful
Advanced tools
Comparing version
{ | ||
"name": "simply-beautiful", | ||
"version": "0.2.5", | ||
"version": "0.2.9", | ||
"description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,30 +0,33 @@ | ||
<div align="center"> | ||
<p align="center"> | ||
<a href="https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg"> | ||
<img src="https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg"> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
<img src="https://img.shields.io/github/package-json/v/itw-creative-works/simply-beautiful.svg"> | ||
<br> | ||
<img src="https://img.shields.io/david/itw-creative-works/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/david/dev/itw-creative-works/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/bundlephobia/min/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/codeclimate/maintainability-percentage/itw-creative-works/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/npm/dm/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/node/v/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/website/https/itwcreativeworks.com.svg"> | ||
<img src="https://img.shields.io/github/license/itw-creative-works/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/github/contributors/itw-creative-works/simply-beautiful.svg"> | ||
<img src="https://img.shields.io/github/last-commit/itw-creative-works/simply-beautiful.svg"> | ||
<br> | ||
<br> | ||
<a href="https://itwcreativeworks.com">Site</a> | <a href="https://www.npmjs.com/package/simply-beautiful">NPM Module</a> | <a href="https://github.com/itw-creative-works/simply-beautiful">GitHub Repo</a> | ||
<br> | ||
<br> | ||
<strong>simply-beautiful</strong> will beautify (pretty print) any web language including HTML, CSS, Javascript, and even JSON! Configure your own indent size and more! | ||
<br> | ||
<br> | ||
<img src="https://media.giphy.com/media/REiJphYIQy13i/source.gif"> | ||
<br> | ||
<br> | ||
</p> | ||
 | ||
 | ||
 <!--  --> | ||
 | ||
 | ||
 <!-- [](https://npmjs.org/package/simply-beautiful) --> | ||
 | ||
 | ||
 | ||
 | ||
 | ||
# Simply Beautiful | ||
**Simply Beautiful** will beautify (pretty print) any web language including HTML, CSS, Javascript, and even JSON! Configure your own indent size and more! | ||
[Site](https://itwcreativeworks.com) | [NPM Module](https://www.npmjs.com/package/simply-beautiful) | [GitHub Repo](https://github.com/itw-creative-works/simply-beautiful) | ||
 | ||
</div> | ||
## Simply Beautiful Works in Node AND browser environments | ||
@@ -54,3 +57,3 @@ Yes, this module works in both Node and browser environments, including compatability with [Webpack](https://www.npmjs.com/package/webpack) and [Browserify](https://www.npmjs.com/package/browserify)! | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful@latest"></script> | ||
<script type="text/javascript"> | ||
@@ -57,0 +60,0 @@ var beautify = SimplyBeautiful(); // The script above exposes the global variable 'SimplyBeautiful' |
105
2.94%81614
-0.24%