Skip to content

πŸ“¦ public repository including static files used by the praxive browser environment

License

Notifications You must be signed in to change notification settings

PraxiveSoftware/cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cdn

πŸ“¦ public repository including static files used by the praxive browser environment

🎯 Endpoints

GET /static/img/<file>

Returns the image file requested.

GET /static/svg/<file>

Returns the svg file requested.


πŸ› οΈ Usage

Image πŸ–ΌοΈ

<img src="https://cdn.praxive.io/static/img/<file>" alt="Image">

SVG πŸ“„

<object type="image/svg+xml" data="https://cdn.praxive.io/static/svg/<file>"></object>

CSS 🎨

body {
  background-image: url('https://cdn.praxive.io/static/img/<file>');
}

JavaScript πŸ“œ

const img = new Image();
img.src = 'https://cdn.praxive.io/static/img/<file>';

Markdown πŸ“

![Image](https://cdn.praxive.io/static/img/<file>)

🀝 Contributing

Feel free to contribute to this project by providing new useful svg or image files. You can do this by creating a pull request with the new files added to the static/img or static/svg directories which then will be reviewed and possibly merged.

πŸ“„ License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.


[]: # Path: LICENSE

About

πŸ“¦ public repository including static files used by the praxive browser environment

Resources

License

Stars

Watchers

Forks