<div>
<div id="demo-circle"></div>
</div>
body {
margin: 16px;
}
p {
margin: 8px 0;
}
code {
font-family: monospace;
}
#demo-circle {
width: 3em;
height: 3em;
color: #56a8ff;
border-color: #d4dfe5;
}
$(function() {
new uploadcare.Circle('#demo-circle').renderer.setValue(0.33)
})
This Pen doesn't use any external CSS resources.