Sha256: 62e042a2c4a357a7ca457815b2a447054dd0405feb04227be724f3b1b8689197
Contents?: true
Size: 518 Bytes
Versions: 8
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true Atome.new( image: { renderers: [:browser], id: :image1, type: :image, attach: [: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, attach: [: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
8 entries across 8 versions & 1 rubygems