Skip to content

davidchoy/showdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showdown Homescreen

Build Instructions

The following commands will produce a folder called build/...

git clone git@github.com:superbuggy/showdown.git
cd showdown/
npm i
npm run build

The directory build/ will contain the compiled, minified code, stylesheet, and template.

Dependencies

React Player Warnings/Issues

  • (Getting warning 'video is being deferred until the player has loaded')[cookpete/react-player#413]

  • Vimeo permissions that prevent the video from loading may cause the player to not load subsequent videos withuot onError handler

  • Vimeo embed settings will affect the accuracy of the playstate

CSS References for `player.js

            // Change padding-bottom of the enclosing div to accommodate
            // card carousel without distorting aspect ratio
            const space = iframes[i].parentElement;
            space.style.paddingBottom = `${event.data.data[0].bottom}px`;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • CSS 14.8%
  • HTML 8.0%