https://github.com/uvacoder/url-encoder
https://github.com/uvacoder/url-encoder
aaa abc gh-pages mytools portfolio tools
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/url-encoder
- Owner: Uvacoder
- Created: 2021-11-28T00:39:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T00:39:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T06:08:38.357Z (8 months ago)
- Topics: aaa, abc, gh-pages, mytools, portfolio, tools
- Language: HTML
- Homepage: https://uvacoder.github.io/url-encoder/
- Size: 244 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Url encoder for SVG
http://yoksel.github.io/url-encoder
## Usage
1. Take `svg`.
2. Encode it with [url-encoder](http://yoksel.github.io/url-encoder/).
3. Use code as `background-image` or `border-image` or `mask`.
4. Enjoy!Demo: https://codepen.io/yoksel/full/WNrLpYW.
## How to add translate
1. Create translation file (use `src/translate/en.json` as example) and place it to `src/translate/`
2. Add new language to section `langs` in all translation files
3. Add item with your language to section `translates` in `gulpfile.js`.
4. Run `npm start` in console (wait until project will be opened in browser) and check all pages:
* Link to new page must appear in all pages
* In the page with new translate new language in list must looks like current (bold and black)
5. Send pull request