- Notifications
You must be signed in to change notification settings - Fork0
karlerikjonatan/framer-module-fill
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
framer.module.fill is a fill module for Framer.
Addfill.coffee
to the /modules folder of your project.
To include the module within your project, add the following:
fill=require"fill"
framer.module.fill consists of the methodspattern
,video
and accepts the parameterslayer
,src
.
# Repeats on x-axis and y-axisfill.pattern(layer, src)
Thelayer
andsrc
parameters defines the layer to fill and the source to fill it with.
Fill source could either be local or external of typeimage/*.
fill.video(layer, src)
Thelayer
andsrc
parameters defines the layer to fill and the source to fill it with.
Fill source could either be local or external of typevideo/*.
# Modulefill=require"fill"# LayerslayerA=newLayer()layerB=newLayer()# Fillfill.pattern(layerA,"path/to/image.jpg")fill.video(layerB,"path/to/video.mp4")
About
A fill module for Framer.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.