File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import ip from './assets/ip-location.png';
15
15
import copyText from './assets/copy-text-easily.png' ;
16
16
import colorChanger from './assets/color-changer.png' ;
17
17
import tweetlet from './assets/tweetlet.png' ;
18
+ import textImage from './assets/text-image.png' ;
18
19
19
20
const projects = [
20
21
{
@@ -25,6 +26,14 @@ const projects = [
25
26
demoUrl : 'https://tweetlet.net/' ,
26
27
git : 'https://devapt.com/create-images-tweetlet' ,
27
28
} ,
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
+ } ,
28
37
{
29
38
image : copyText ,
30
39
title : 'Copy Text Easily' ,
You can’t perform that action at this time.
0 commit comments