Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect usage of isWebGLSupported in README #7

Closed
aeroheim opened this issue Jun 21, 2020 · 0 comments
Closed

Incorrect usage of isWebGLSupported in README #7

aeroheim opened this issue Jun 21, 2020 · 0 comments
Assignees
Labels

Comments

@aeroheim
Copy link
Owner

isWebGLSupported is a function but the README usage of doesn't invoke it:

import { BackgroundRenderer, loadImage, isWebGLSupported } from 'midori-bg';

// check WebGL support - usually unnecessary unless your browser requirements are dated
if (isWebGLSupported) {

oops

@aeroheim aeroheim added the bug label Jun 21, 2020
@aeroheim aeroheim self-assigned this Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant