Skip to content

iovxw/html2canvas-cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2canvas-cljs Clojars Project

ClojureScript bindings for html2canvas

Usage

(ns example.core
  (:require [html2canvas.core :refer [html2canvas]]))

(html2canvas js/document.body
             :on-rendered #(.appendChild js/document.body %))

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

About

ClojureScript bindings for html2canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published