@ptrumpis/snap-camerakit-bridge
Version:
Library for calling the Snapchat Camera-Kit API in Node.js Hackerman style š¤
60 lines (46 loc) ⢠2.66 kB
Markdown
[](https://github.com/ptrumpis/snap-camerakit-bridge?tab=GPL-3.0-1-ov-file)
[](https://github.com/ptrumpis/snap-camerakit-bridge/releases/latest)
[](https://github.com/ptrumpis/snap-camerakit-bridge/releases/latest)
[](https://github.com/ptrumpis/snap-camerakit-bridge/commits)
[](https://github.com/ptrumpis/snap-camerakit-bridge/stargazers)
[](https://github.com/ptrumpis/snap-camerakit-bridge/forks)
# š» Snap Camera-Kit Bridge
Docker Container and Library for calling the Snapchat Camera-Kit API in Node.js Hackerman style š¤
## š Usage
### npm
Install
```shell
npm i @ptrumpis/snap-camerakit-bridge
```
#### Use Bridge with Docker container
Build container
```shell
npm run docker-build
```
Run container
```shell
npm run docker-run
```
#### Use Bridge locally without Docker container
To set up a local Bridge without Docker you need to install dependencies with
```shell
npm run install-bridge-deps
```
And start local Bridge with
```shell
npm run bridge
```
## ā¹ļø Info
### Dependents
This package is a dependency of:
[š» Snap Camera Server](https://github.com/ptrumpis/snap-camera-server)
## ā¤ļø Support
If you like my work and want to support me, feel free to invite me for a virtual coffee ā
[](https://ko-fi.com/ptrumpis)
[](https://www.buymeacoffee.com/ptrumpis)
[](https://liberapay.com/ptrumpis/)
[](https://www.paypal.com/donate/?hosted_button_id=D2T92FVZAE65L)
You can also become my GitHub Sponsor
[](https://github.com/sponsors/ptrumpis)
---
Ā© 2025 [Patrick Trumpis](https://github.com/ptrumpis)