forked from google/closure-stylesheets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
60 lines (45 loc) · 2.12 KB
/
README
File metadata and controls
60 lines (45 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# closure-stylesheets-java
[](https://www.npmjs.com/package/closure-stylesheets-java)
`closure-stylesheets-java` publishes the JAR file of the fork of [Closure Stylesheets](https://github.com/google/closure-stylesheets), which is part of _Closure Tools_. The fork has a number of improvements over the original version, which has not been updated in a while. The list of changes is found on the [GitHub project](https://github.com/artdecocode/closure-stylesheets-java) page.
<p align="center"><a href="#table-of-contents">
<img src="/.documentary/section-breaks/0.svg?sanitize=true">
</a></p>
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [Usage](#usage)
- [License And Copyright](#license-and-copyright)
<p align="center"><a href="#table-of-contents">
<img src="/.documentary/section-breaks/1.svg?sanitize=true">
</a></p>
## Usage
The package exports the string variable which points to the resolved path to the JAR file. The usage of the JAR is found on the [GitHub documentation](https://github.com/artdecocode/closure-stylesheets-java) page.
```js
import closureStylesheets from 'closure-stylesheets'
console.log(closureStylesheets)
```
```
/Volumes/backup/closure-stylesheets/target/closure-stylesheets-1.12.1-SNAPSHOT-jar-with-dependencies.jar
```
<p align="center"><a href="#table-of-contents">
<img src="/.documentary/section-breaks/2.svg?sanitize=true">
</a></p>
## License And Copyright
_Closure Stylesheets_ are published under Apache 2.0 license.
<table>
<tr>
<th>
<a href="https://artd.eco">
<img width="100" src="https://raw.githubusercontent.com/wrote/wrote/master/images/artdeco.png"
alt="Art Deco">
</a>
</th>
<th>© <a href="https://artd.eco">Art Deco</a> 2019</th>
<th>
<a href="https://www.technation.sucks" title="Tech Nation Visa">
<img width="100" src="https://raw.githubusercontent.com/idiocc/cookies/master/wiki/arch4.jpg"
alt="Tech Nation Visa">
</a>
</th>
<th><a href="https://www.technation.sucks">Tech Nation Visa Sucks</a></th>
</tr>
</table>