ArgoZhang / SliderCaptcha

Slider captcha support mobile
http://longbowenterprise.gitee.io/slidercaptcha/
Apache License 2.0
270 stars 80 forks source link

How do you implement your own images? #6

Open GrandfatherTrout opened 4 years ago

GrandfatherTrout commented 4 years ago

I wonder how you can implement your own images?

simonmaquilon commented 4 years ago

Don't frustrate yourself, use the Unsplash's API, is totally free. if (!src || src === '') src = 'https://source.unsplash.com/random/' + that.options.width + 'x' + that.options.height + '/?' + Math.round(Math.random() * 20);

ArgoZhang commented 2 years ago

can't access Unsplash API in China