- Notifications
You must be signed in to change notification settings - Fork688
🌈 Dynamic Coloful Image Render
License
kyechan99/capsule-render
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
English ·한국어 .Français .Deutsch .简体中文 .繁體中文 .繁體粤语 .Português (Brasileiro) .日本語
Looking for someone to translate this README.
Supports simpleGenerator.However, we recommend reading the README for more detailed adjustments.
- How to Use
- Types
- Color
- Custom Color List
- Section
- Reversal
- Height
- Text
- Desc
- Text Background
- Text Animation
- Font Color
- Font Size
- Font Align - X
- Font Align - Y
- Desc Size
- Desc Align - X
- Desc Align - Y
- Rotate
- Demo
Any of Idea ->Idea-Issue orPR
https://capsule-render.vercel.app/api?Just write query parameter end of this url. Like this
Markdown:
HTML:
<img src="https://capsule-render.vercel.app/api?type=wave&color=auto&height=300§ion=header&text=capsule%20render&fontSize=90" />Type data makes to change Background Image.
Write&type= on the URL
Change Background Image!
&color=auto: Proven random color. List arehere&color=timeAuto: Proven random color, but is decided by time.&color=random: Really random color. I don't know what colors are showing.&color=gradient: Proven random gradient. List arehere&color=timeGradient: Proven random gradient, but is decided by time.&color=_hexcode: default(#B897FF)&color=_custom_gradient: Custom gradient. If write as&color=0:EEFF00,100:a82da8, it will be converted to { 0%: 'EEFF00', 100%: 'a82da8' }. (e.g.DEMO)
If you useauto mode. no need to changefontColor.auto also change fontColor auto.
If you use static color. Do not write '#'
When use
timeAutoandtimeGradient?Used section
headerandfooterat the same time.
You cancustomize the list of colors that will appear randomly only for&color=auto and&color=gradient.
Write&customColorList= on the URL.
- If you use
&color=auto, look atpallete list. - If you use
&color=gradient, look atgradient list.
Pick the color patterns you want and remember theidx value.
For example, if the idx values are 0, 2, and 3, write:&customColorList=0,2,3
If you want to make many apperances ofidx=2, you can write them repeatedly. (e.g.&customColorList=0,2,2,2,2,3)
You can use the specified combination usingtheme=.
Even ifcolor andfontColor are used, theme has the highest priority.
Check the list of available themes atpallete_theme.json.
I'm currently adding combinations from theLink:theme little by little.
Section data makes reverse Background Image.
§ion=header: (default)§ion=footer
Write§ion= on the URL
Reverse the image left and right. (Color at the same time)
&reversal=false: (default)&reversal=true
Change Image Size. Default value is 120.
Write&height= on the URL
Do not write
px
Input text over the Image.
Write Something&text=.
You can't use some Special Characters. Like '#', '&', '/' ...
It makes confused API
It is recommended to use
%20(blank) and-nl-(new line) only
Input desc over the Image.
Write Something&desc=.
You can't use some Special Characters. Like '#', '&', '/' ...
It makes confused API
It is recommended to use
%20(blank) only
Background of Text.
Write&textBg=true to active.
If you want to increase background-size,add
%20between text values.This is because background-size depends on the length of the english-text. (%20 means spacing)
Make the text dynamic.
Write&animation=, if you want to use.
fadeIn: fadeIn 1.2sscaleIn: scaleIn .8sblink: blink .6sblinking: blinking 1.6stwinkling: twinkling 4s
Change text color. Default value is 000000.
Value should be Hex code with erased '#'
Write&fontColor= behindText query
Change text font size. Default value is 70.
Write&fontSize= behindText query
Do not write
px
Change text horizontal-align (x). write numberbetween 0~100
&fontAlign= : Default value is 50. center of image
In case there are multiple lines in
&text=(-nl-), providing multiple&fontAlign=will apply different horizontal-align to each line individually.
Change text vertical-align (y). write numberbetween 0~100
&fontAlignY= : Default value for one line is 50 (center of image). For multiple lines (separated by-nl-), default will be calculated to get lines stacked on top of each other and centered.
In case there are multiple lines in
&text=(-nl-), providing multiple&fontAlignY=will apply different vertical-align to each line individually.
Change desc font size. Default value is 20.
Write&descSize= behinddesc query
Do not write
px
Change desc horizontal-align (x). write numberbetween 0~100
&descAlign= : Default value is 50. center of image
Change text vertical-align (y). write numberbetween 0~100
&descAlignY= : Default value is 60. center of image
Usage&rotate=, to rotate text.
You can also use negative number.
Recommend number arrange. ☞
0 ~ 360,0 ~ -360.
Change text stroke.
Write&stroke= behind query
Value should be Hex code with erased '#'
Recommended to use with
strokeWidth.When used alone, strokeWidth defaults to 1.
Change text stroke width.
Write&strokeWidth= behind stroke query
Value must be greater than or equal to 0.
Recommended to use with
stroke.When used alone, stroke defaults to 'B897FF'.
About
🌈 Dynamic Coloful Image Render
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.