Coder Social home page Coder Social logo

youtubescreenshot's Introduction

👘 おはゆづき! 🌘

akasaka yuduki
紅坂 柚月

紅坂 柚月

🔗 Links 🔗

Twitter URL
Youtube Subscriber URL Youtube Views URL
GitHub Followers URL GitHub Stars URL

website fanbox

Steam URL

📊 GitHub Readme Stats 📊

Anurag's GitHub stats Top Langs

🏆 GitHub Profile Trophy 🏆

trophy

📈 GitHub Profile Summary Cards 📈

Profile details card Top languages used in repository card Top languages in commits card GitHub stats card Productive time card

youtubescreenshot's People

Contributors

yudukiak avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

motoy3d nekoyasan

youtubescreenshot's Issues

ニコ生にも対応する

const a = document.createElement('a')
const c = document.createElement('canvas')
const v = document.querySelector('video')
a.download = 'image.png'
c.width = v.videoWidth
c.height = v.videoHeight
c.getContext('2d').drawImage(v, 0, 0)
c.toBlob((b) => {
  a.href = URL.createObjectURL(b)
  a.click()
}, 'image/png')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.