git-hash-art 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/main.js +136 -126
- package/dist/main.js.map +1 -1
- package/dist/module.js +974 -0
- package/dist/module.js.map +1 -0
- package/package.json +3 -5
- package/examples/angular-1024x1024-f31a6c3e.png +0 -0
- package/examples/banner-1920x480-d847ffd4.png +0 -0
- package/examples/complex-2048x2048-deadbeef.png +0 -0
- package/examples/instagram-square-1080x1080-ff00ff00.png +0 -0
- package/examples/instagram-story-1080x1920-abc123de.png +0 -0
- package/examples/linkedin-banner-1584x396-bbbbbbbb.png +0 -0
- package/examples/minimal-1024x1024-00000000.png +0 -0
- package/examples/phone-wallpaper-1170x2532-ffffffff.png +0 -0
- package/examples/react-1024x1024-46192e59.png +0 -0
- package/examples/tablet-wallpaper-2048x2732-12345678.png +0 -0
- package/examples/twitter-header-1500x500-77777777.png +0 -0
- package/examples/ultrawide-3440x1440-a3e126e5.png +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
### Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
|
+
|
|
5
|
+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
|
+
|
|
7
|
+
#### [0.0.3](https://github.com/gfargo/git-hash-art/compare/0.0.2...0.0.3)
|
|
8
|
+
|
|
9
|
+
- Add CHANGELOG.md and adjust package.json [`c25cfb3`](https://github.com/gfargo/git-hash-art/commit/c25cfb3dff5054e7dc49c47776c74b6032df914e)
|
|
10
|
+
|
|
11
|
+
#### 0.0.2
|
|
12
|
+
|
|
13
|
+
> 26 October 2024
|
|
14
|
+
|
|
15
|
+
- Add release-it configuration and scripts [`55283ba`](https://github.com/gfargo/git-hash-art/commit/55283ba444d0ae0bd7cb3e3f4685edab58270f8a)
|
|
16
|
+
- Refactor and enhance shape drawing [`c9f442e`](https://github.com/gfargo/git-hash-art/commit/c9f442ecfe8bdf24eddefb2fe77ef9ad912218fa)
|
|
17
|
+
- Add `git-coco` to devDependencies [`72b14a6`](https://github.com/gfargo/git-hash-art/commit/72b14a6787d8a200100142a1597ce85f9771b3b9)
|