Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Sep 30, 2019
1 parent ce9526a commit 53fa268
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Version 2.0 is a major release that consolidates functionality and APIs, and a number of deprecated functions have been removed.

<<<<<<< HEAD

### `@loaders.gl/core`

| Removal | Replacement |
Expand All @@ -18,14 +19,14 @@ Version 2.0 is a major release that consolidates functionality and APIs, and a n

### `@loaders.gl/images`

| Removal | Replacement |
| ------------- | --------------------------------- |
| `ImageHTMLLoader` | `ImageLoader` with `options.images.format: 'html'` |
| `ImageBitmapLoader` | `ImageLoader` with `options.images.format: 'imagebitmap'` |
| `decodeImage` | `parse(arrayBuffer, ImageLoader)` |
| `isImage` | `isBinaryImage` |
| `getImageMIMEType` | `getBinaryImageMIMEType` |
| `getImageSize` | `getBinaryImageSize` |
| Removal | Replacement |
| ------------------- | --------------------------------------------------------- |
| `ImageHTMLLoader` | `ImageLoader` with `options.images.format: 'html'` |
| `ImageBitmapLoader` | `ImageLoader` with `options.images.format: 'imagebitmap'` |
| `decodeImage` | `parse(arrayBuffer, ImageLoader)` |
| `isImage` | `isBinaryImage` |
| `getImageMIMEType` | `getBinaryImageMIMEType` |
| `getImageSize` | `getBinaryImageSize` |

### Loader Objects

Expand Down

0 comments on commit 53fa268

Please sign in to comment.