The Wayback Machine - https://web.archive.org/web/20200711231147/https://github.com/topics/graphicsmagick
Skip to content
#

graphicsmagick

Here are 75 public repositories matching this topic...

Capu-zennio
Capu-zennio commented Jan 21, 2019

Ideally, components should be able to declare their own style with no need for it to exist in nuxt.config.js. For example:

<template>
  <div>
    <nuxt-img
      :src="testImage"
      :image-style="imageStyle"
      alt="Never forget alt tags!" />
  </div>
</template>

<script>
export default {
  data () {
    return {
      testImage: '/test.png',
      imageSty

Improve this page

Add a description, image, and links to the graphicsmagick topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphicsmagick topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.