File: name.coffee
| Defined in: | lib/psd/layer |
Variables Summary
- module.exports =
-
{ parseLegacyLayerName: function() { var len; len = Util.pad4(this.file.readByte()); return this.legacyName = this.file.readString(len); } }
| Defined in: | lib/psd/layer |
{
parseLegacyLayerName: function() {
var len;
len = Util.pad4(this.file.readByte());
return this.legacyName = this.file.readString(len);
}
}
Quickly fuzzy find classes, mixins, methods, file:
Control the navigation frame:
You can focus and blur the search input: