An open API service indexing awesome lists of open source software.

https://github.com/matthijskamstra/rawchat


https://github.com/matthijskamstra/rawchat

Last synced: about 1 month ago
JSON representation

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