🌍
    Making everyday life better
    Pinned Loading
- 
  lienzo
lienzo Public templateA versatile document builder for creating resumes, invoices, letters, and more. Build beautiful, professional documents in minutes with our intuitive drag-and-drop canvas.
Svelte
 - 
  
 - 
  markdown-previewer
markdown-previewer PublicA markdown previewer web app built with reactjs
JavaScript 1
 - 
  hmsConverter.js
hmsConverter.js 1const secondsToHms = value => {
2value = Number(value);
3let hr = Math.floor(value / 3600),
4min = Math.floor((value % 3600) / 60),
5sec = Math.floor((value % 3600) % 60);
 - 
  copyToClipboard.js
copyToClipboard.js 1/**2* @param {string} text the content to copy to clipboard3* @description copies text to clipboard4*/5 
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.




