https://github.com/matthijskamstra/rawchat
https://github.com/matthijskamstra/rawchat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthijskamstra/rawchat
- Owner: MatthijsKamstra
- Created: 2024-02-29T13:09:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:57:38.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:48:56.203Z (3 months ago)
- Language: Haxe
- Size: 3.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RawChat
## Different versions
Manieren van integreren
- Sidebar version
- Button version
- Widget version## Button Versions
Maak gebruik van verschillende verschijnings
- paperclip (old skool)
- RawWorks icon
- Microsoft example## Resources
- RawGPT: https://rawgpt.azurewebsites.net/
- https://learn.microsoft.com/en-us/dynamics365/customer-service/administer/embed-chat-widget-portal## svgo
minify svg
```bash
svgo -i nametag_v01.svg -o nametag_cleaner_v01.svg
```## Inkscape
https://wiki.inkscape.org/wiki/Using_the_Command_Line
```bash
inkscape --version
```convert svg to png
```bash
inkscape --export-type=png bin/test.svg
# or
inkscape --export-type=png --export-filename output.png -w=1024 test.svg
#
inkscape --export-type png -w 1024 bin/export/combo/00000_combo_slyvia_de_vries.svg```
`// WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.`
# Install rsvg-convert.
```bash
brew install librsvg
``````bash
rsvg-convert -h 32 icon.svg > icon-32.png
```///
https://gist.github.com/jennyknuth/222825e315d45a738ed9d6e04c7a88d0