(object)
| 2075 | return typeof jsPDFAPI['process' + type.toUpperCase()] !== 'function'; |
| 2076 | } |
| 2077 | , isDOMElement = function(object) { |
| 2078 | return typeof object === 'object' && object.nodeType === 1; |
| 2079 | } |
| 2080 | , createDataURIFromElement = function(element, format, angle) { |
| 2081 | |
| 2082 | //if element is an image which uses data url defintion, just return the dataurl |