Sha256: 8287eaa802d58e07a0868c5903a9f226b93ecc8402a15a8f6d6a26b6d0a1e169
Contents?: true
Size: 520 Bytes
Versions: 12
Compression:
Stored size: 520 Bytes
Contents
# frozen_string_literal: true Atome.new( image: { renderers: [:browser], id: :image1, type: :image, parents: [:view], path: "https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg", left: 99, top: 320, width: 199, height: 199, } ) Atome.new( web: { renderers: [:browser], id: :youtube1, type: :web, parents: [:view], path: "https://www.youtube.com/embed/usQDazZKWAk", left: 33, top: 33, width: 199, height: 199, } ) web({path: 'https://www.youtube.com/embed/usQDazZKWAk'})
Version data entries
12 entries across 12 versions & 1 rubygems