docs: add easy-dates to showcase (#7185)

* docs: add easy-dates to showcase

* optimize image

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Zac A 2022-04-16 23:38:53 -04:00 committed by GitHub
parent f219a2ac90
commit 674a77f02d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -516,6 +516,14 @@ const Users: User[] = [
'opensource',
],
},
{
title: 'easy-dates',
description: 'JavaScript dates library',
preview: require('./showcase/easy-dates.png'),
website: 'https://easy-dates.dev',
source: 'https://github.com/sandypockets/easy-dates/tree/main/docs',
tags: ['opensource'],
},
{
title: 'Easyjwt',
description: 'JWT creation and validation library',