Skip to content

Commit

Permalink
removing html2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martskin committed Aug 23, 2019
1 parent 0b83230 commit 2b25c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/boxModelVisualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import CodeSnippet from "./codeSnippet"
import tokens from "../data/tokens"
import Button from "./button"
import CheckboxEye from "./checkboxEye"
import html2canvas from "html2canvas"

function BoxModelVisualizer({ margin, border, padding, element }) {
let cssCodeHiddenTextarea = React.createRef()
Expand Down Expand Up @@ -109,10 +110,12 @@ function BoxModelVisualizer({ margin, border, padding, element }) {
}, [])

function savePNG() {

}

function saveAs(uri, filename) {

}

function truthyHelper(val) {
let paramSafeVal
Expand Down

0 comments on commit 2b25c00

Please sign in to comment.