Skip to content

Commit 0521d2a

Browse files
📚 docs(README): Add emoji logos and credit header image.
1 parent 5f80ab3 commit 0521d2a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
[@aureooms/js-integer](https://aureooms.github.io/js-integer)
1+
:zzz: [@aureooms/js-integer](https://aureooms.github.io/js-integer)
22
==
33

4-
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c1/Latex_integers.svg" width="864">
4+
<p align="center">
5+
<a href="https://en.wikipedia.org/wiki/File:Latex_integers.svg">
6+
<img alt="The Zahlen symbol" src="https://upload.wikimedia.org/wikipedia/commons/c/c1/Latex_integers.svg" width="300">
7+
</a><br/>
8+
<a href="https://en.wikipedia.org/wiki/User:Alejo2083">
9+
User:Alejo2083
10+
</a>
11+
/
12+
<a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a>
13+
</p>
514

615
Integers for JavaScript.
716
See [docs](https://aureooms.github.io/js-integer).
@@ -29,7 +38,7 @@ a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'
2938
[![Documentation](https://aureooms.github.io/js-integer/badge.svg)](https://aureooms.github.io/js-integer/source.html)
3039
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer)](https://bundlephobia.com/result?p=@aureooms/js-integer)
3140

32-
## Children
41+
## :baby: Children
3342

3443
The current underlying implementation uses big endian order. There is no
3544
alternative for the moment.
@@ -38,9 +47,11 @@ alternative for the moment.
3847
- [x] [@aureooms/js-integer-big-endian](https://github.com/aureooms/js-integer-big-endian)
3948
- [ ] [@aureooms/js-integer-little-endian](https://github.com/aureooms/js-integer-little-endian)
4049

41-
## Reference
50+
## :scroll: Reference
4251

4352
- [The GNU Multiple Precision Arithmetic Library](https://gmplib.org/)
4453
- https://gmplib.org/gmp-man-6.0.0a.pdf
4554
- https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm
55+
56+
## :link: Links
4657
- [Similar work on GitHub](https://github.com/search?l=JavaScript&o=desc&q=bigint&s=stars&type=Repositories)

0 commit comments

Comments
 (0)