This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
feat: adding messenger and line icons (
#412
)
pull/435/merge
Pei-Ming Wu
2 years ago
committed by
GitHub
parent
c1295da3e8
commit
838c0747c0
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
diagrams/saas/chat.py
+2
-0
docs/nodes/saas.md
BIN
resources/saas/chat/line.png
BIN
resources/saas/chat/messenger.png
+ 8
- 0
diagrams/saas/chat.py
View File
@@ -32,4 +32,12 @@ class Telegram(_Chat):
_icon = "telegram.png"
class Messenger(_Chat):
_icon = "messenger.png"
class Line(_Chat):
_icon = "line.png"
# Aliases
+ 2
- 0
docs/nodes/saas.md
View File
@@ -29,6 +29,8 @@ Node classes list of saas provider.
- **diagrams.saas.chat.Slack**
- **diagrams.saas.chat.Teams**
- **diagrams.saas.chat.Telegram**
- **diagrams.saas.chat.Messenger**
- **diagrams.saas.chat.Line**
## saas.filesharing
BIN
resources/saas/chat/line.png
View File
Before
After
Width:
256
| Height:
256
| Size:
10 KiB
BIN
resources/saas/chat/messenger.png
View File
Before
After
Width:
256
| Height:
256
| Size:
46 KiB
Write
Preview
Loading…
Cancel
Save