camo-rs 0.1.1

Camo proxies insecure HTTP images over HTTPS, preventing mixed content warnings on secure pages.
Documentation
1
2
3
4
5
6
7
8
{
  "name":"camo-rs",
  "private": true,
  "scripts": {
    "build": "curl https://sh.rustup.rs -sSf | sh -s -- -y\n. \"$HOME/.cargo/env\"\ncargo install cargo-generate",
    "deploy": ". \"$HOME/.cargo/env\"\nnpx wrangler deploy"
  }
}