Skip to content

Commit 8c5f445

Browse files
committed
Adds text to image to the projects list
1 parent 1a2b924 commit 8c5f445

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/assets/text-image.png

297 KB
Loading

src/data.js

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import ip from './assets/ip-location.png';
1515
import copyText from './assets/copy-text-easily.png';
1616
import colorChanger from './assets/color-changer.png';
1717
import tweetlet from './assets/tweetlet.png';
18+
import textImage from './assets/text-image.png';
1819

1920
const projects = [
2021
{
@@ -25,6 +26,14 @@ const projects = [
2526
demoUrl: 'https://tweetlet.net/',
2627
git: 'https://devapt.com/create-images-tweetlet',
2728
},
29+
{
30+
image: textImage,
31+
title: 'Text to image',
32+
description:
33+
'Text to image is a chrome extension that lets you create images instantly just from the text selection.',
34+
demoUrl: 'https://chrome.google.com/webstore/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda',
35+
git: 'https://devapt.com/',
36+
},
2837
{
2938
image: copyText,
3039
title: 'Copy Text Easily',

0 commit comments

Comments
 (0)