Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-websharper/modernizr
Modernizr for WebSharper
https://github.com/dotnet-websharper/modernizr
Last synced: 10 days ago
JSON representation
Modernizr for WebSharper
- Host: GitHub
- URL: https://github.com/dotnet-websharper/modernizr
- Owner: dotnet-websharper
- License: apache-2.0
- Created: 2018-08-06T16:51:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T21:05:28.000Z (over 3 years ago)
- Last Synced: 2024-11-05T20:18:46.726Z (about 2 months ago)
- Language: F#
- Homepage: https://websharper.com
- Size: 359 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-websharper - Modernizr - Eaisily detect the browser's capabilities. (Libraries / JavaScript library bindings)
README
# WebSharper.Modernizr
This project provides WebSharper bindings to the Modernizr JavaScript library version 1.6.
Modernizr is a client-side JavaScript library that provides easy and portable checks
for emerging web technologies (CSS3, HTML 5). The full list of features that you can
check using this library is available in their [Website][modernizr].## Getting started ##
Using Modernizr from WebSharper is very simple. Modernizr contains a single object with
static boolean properties for each feature. Checking the availability of the canvas feature
is as easy as writting:Modernizr.Canvas
[modernizr]: http://www.modernizr.com/