# imagify/2.2/_dev/src/chart.js

Imagify Image Optimization: Optimize Images | Compress &amp; Convert to WebP/AVIF, version 2.2. 7 lines.

- Page: https://pluginprobe.com/plugins/imagify/2.2/code/_dev/src/chart.js
- Raw: https://pluginprobe.com/plugins/imagify/2.2/raw/_dev/src/chart.js
- Modified: 2023-11-16T14:22:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/imagify/2.2/code/_dev/src/chart.js#L10-L20`.

```javascript
import * as chart from 'chart.js/auto'

window.imagify = window.imagify || {};

window.imagify.Color = chart.Colors;
window.imagify.Chart = chart.Chart;

```
