Skip to content

rammba/sticker-composer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the CS2 sticker composer tool

You can use the tool here: https://cs-sticker.com/

Run locally

  1. Install wrangler locally with the following command
npm install wrangler --save-dev
  1. Run the worker locally with this command
npx wrangler dev backend/worker.js
  1. Adjust the apiUrl to your local server URL in the script.js:6 file to make the frontend work.
const apiUrl = `localhost:1234/?input=${encodeURIComponent(inputVal)}&isBackwards=${isBackwards}`;

If you wish to contribute, please use this repo.

Thanks to @ByMykel on whos data the stickers.json file is based on.

About

CS2 sticker composer to build names or strings

Resources

License

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 72.6%
  • JavaScript 16.5%
  • HTML 5.7%
  • CSS 5.2%