Generate chat image based on static text

This commit is contained in:
2018-04-19 10:52:14 -06:00
parent b64268e71a
commit 4fab6a0211
6 changed files with 167 additions and 17 deletions
+5 -2
View File
@@ -3,8 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"dom-to-image": "^2.6.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
"react-dom": "^16.3.2",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1"
},
"devDependencies": {
"react-scripts": "1.1.4"
@@ -15,4 +18,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}